Skip to content

Commit 3efc366

Browse files
committed
Remove numpy<2.0.0 pin
1 parent 6f84243 commit 3efc366

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ classifiers = [
3030
dependencies = [
3131
"docstring-parser",
3232
"einops",
33-
"numpy<2.0.0",
3433
"tabulate",
3534
"torch>=2.2",
3635
]

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
datasets==3.1.0
77
docstring-parser==0.16
88
einops==0.8.0
9-
numpy==1.26.4
9+
numpy==2.2.6
1010
seaborn==0.13.2
1111
tabulate==0.9.0
1212
torch==2.5.1+cpu

0 commit comments

Comments
 (0)