Skip to content

Commit e999cb7

Browse files
committed
chore: update numpy version
1 parent 1cc74fb commit e999cb7

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
@@ -1,4 +1,4 @@
1-
numpy<2.0.0
1+
numpy<3.0.0
22
numba
33
torch>=2.1.0
44
torchaudio

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
license="AGPLv3+",
2121
install_requires=[
2222
"numba",
23-
"numpy<2.0.0",
23+
"numpy<3.0.0",
2424
"pybase16384",
2525
"torch>=2.1.0",
2626
"torchaudio",

0 commit comments

Comments
 (0)