We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594dcbe commit c7be728Copy full SHA for c7be728
2 files changed
requirements.txt
@@ -1,4 +1,5 @@
1
# Core dependencies
2
+setuptools==81.0.0
3
pip>=23.3; sys_platform == 'darwin'
4
wheel; sys_platform == 'darwin'
5
PyYAML; sys_platform == 'darwin'
run-install.bat
@@ -92,7 +92,6 @@ exit /b 0
92
:install_dependencies
93
echo Installing dependencies...
94
call "%MINICONDA_DIR%\condabin\conda.bat" activate "%ENV_DIR%" || goto :error
95
-uv pip install --upgrade setuptools || goto :error
96
uv pip install -r "%INSTALL_DIR%\requirements.txt" --extra-index-url https://download.pytorch.org/whl/cu128 --index-strategy unsafe-best-match || goto :error
97
call "%MINICONDA_DIR%\condabin\conda.bat" deactivate
98
echo Dependencies installation complete.
0 commit comments