Skip to content

Commit

Permalink
Ensure compatibility with numpy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aadya940 committed Aug 5, 2024
1 parent 4178f68 commit b332c35
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 @@ -25,7 +25,7 @@ dependencies = [
"scipy >= 1.13.0",
"xarray >= 2024.06.0",
"matplotlib >= 3.8.4",
"networkx >= 3.3",
"networkx == 3.3",
"torch >= 2.3.0",
"statsmodels >= 0.14.2"
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ cython >= 3.0.4
scipy >= 1.13.0
xarray >= 2024.06.0
matplotlib >= 3.8.4
networkx >= 3.3
networkx == 3.3
torch >= 2.3.0
statsmodels >= 0.14.2

0 comments on commit b332c35

Please sign in to comment.