File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121# Machine learning and deep learning
2222omegaconf >= 2.0.6 ; sys_platform == 'darwin'
2323numba ; sys_platform == 'linux'
24- numba == 0.57 .0 ; sys_platform == 'darwin' or sys_platform == 'win32'
24+ numba == 0.61 .0 ; sys_platform == 'darwin' or sys_platform == 'win32'
2525torch == 2.3.1
2626torchaudio == 2.3.1
2727torchvision == 0.18.1
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ call "%MINICONDA_DIR%\condabin\conda.bat" activate "%ENV_DIR%" || goto :error
9595uv pip install --upgrade setuptools || goto :error
9696uv pip install -r " %INSTALL_DIR% \requirements.txt" || goto :error
9797uv pip install torch== 2.3.1 torchvision== 0.18.1 torchaudio== 2.3.1 --upgrade --index-url https://download.pytorch.org/whl/cu121 || goto :error
98- uv pip install numpy== 1.23.5 || goto :error
98+ uv pip install numpy== 1.26.4 || goto :error
9999call " %MINICONDA_DIR% \condabin\conda.bat" deactivate
100100echo Dependencies installation complete.
101101echo .
You can’t perform that action at this time.
0 commit comments