Skip to content

Commit b16c72a

Browse files
fix numpy at <2.0.0
1 parent 2f5ad95 commit b16c72a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"datasets",
3232
"docstring-parser",
3333
"einops",
34-
"numpy",
34+
"numpy<2.0.0",
3535
"seaborn",
3636
"tabulate",
3737
"torch>=2.2",

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==2.1.3
9+
numpy==1.26.4
1010
seaborn==0.13.2
1111
tabulate==0.9.0
1212
torch==2.5.1+cpu

0 commit comments

Comments
 (0)