We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f84243 commit 3efc366Copy full SHA for 3efc366
pyproject.toml
@@ -30,7 +30,6 @@ classifiers = [
30
dependencies = [
31
"docstring-parser",
32
"einops",
33
- "numpy<2.0.0",
34
"tabulate",
35
"torch>=2.2",
36
]
requirements-dev.txt
@@ -6,7 +6,7 @@
6
datasets==3.1.0
7
docstring-parser==0.16
8
einops==0.8.0
9
-numpy==1.26.4
+numpy==2.2.6
10
seaborn==0.13.2
11
tabulate==0.9.0
12
torch==2.5.1+cpu
0 commit comments