Skip to content

Commit

Permalink
Updating numpy dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEricNitschke committed Oct 12, 2023
1 parent c9a4165 commit 56f80bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
"imageio~=2.28.0",
"matplotlib~=3.7.0",
"networkx~=3.1",
"numpy>=1.20,<=1.25",
"numpy>=1.26,<=1.27",
"pandas~=2.0.1",
"pydantic~=2.0.1",
"scipy~=1.10.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
imageio~=2.28.0
matplotlib~=3.7.0
networkx~=3.1
numpy>=1.20,<=1.25
numpy>=1.26,<=1.27
pandas~=2.0.1
pydantic~=2.1.1
scipy~=1.10.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"imageio~=2.28.0",
"matplotlib~=3.7.0",
"networkx~=3.1",
"numpy>=1.20,<=1.25",
"numpy>=1.26,<=1.27",
"pandas~=2.0.1",
"pydantic~=2.0.1",
"scipy~=1.10.0",
Expand Down

0 comments on commit 56f80bd

Please sign in to comment.