Skip to content

Commit

Permalink
fix: numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
Launayl committed Jul 31, 2023
1 parent 7b7e754 commit 86b254c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def get_branch():
"orjson>=3.8.0",
"typeguard",
"networkx",
"numpy<1.25.0",
"numpy<=1.24.0",
"pandas",
"mypy_extensions",
"scipy<1.10.1",
Expand Down

0 comments on commit 86b254c

Please sign in to comment.