Skip to content

Commit

Permalink
fix numpy at <2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thecharlieblake committed Nov 6, 2024
1 parent 2f5ad95 commit b16c72a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
"datasets",
"docstring-parser",
"einops",
"numpy",
"numpy<2.0.0",
"seaborn",
"tabulate",
"torch>=2.2",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
datasets==3.1.0
docstring-parser==0.16
einops==0.8.0
numpy==2.1.3
numpy==1.26.4
seaborn==0.13.2
tabulate==0.9.0
torch==2.5.1+cpu
Expand Down

0 comments on commit b16c72a

Please sign in to comment.