Skip to content

Commit 2d8581b

Browse files
committed
bumped numba up to 0.61.0 to accept numpy 1.26.4
updated manual installer's numpy version
1 parent 7213fa5 commit 2d8581b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ soxr
2121
# Machine learning and deep learning
2222
omegaconf>=2.0.6; sys_platform == 'darwin'
2323
numba; 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'
2525
torch==2.3.1
2626
torchaudio==2.3.1
2727
torchvision==0.18.1

run-install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ call "%MINICONDA_DIR%\condabin\conda.bat" activate "%ENV_DIR%" || goto :error
9595
uv pip install --upgrade setuptools || goto :error
9696
uv pip install -r "%INSTALL_DIR%\requirements.txt" || goto :error
9797
uv 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
9999
call "%MINICONDA_DIR%\condabin\conda.bat" deactivate
100100
echo Dependencies installation complete.
101101
echo.

0 commit comments

Comments
 (0)