Skip to content

Commit

Permalink
dont allow numpy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mdavid-m committed Jun 17, 2024
1 parent 1045f43 commit 2997d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
# this should be manually updated as the minimum python version increases
dependencies = [
"requests >= 2.12",
"numpy >= 1.14.5, <= 2.0",
"numpy >= 1.14.5, < 2.0",
"msgpack >= 0.5.6",
"networkx >= 2.0",
]
Expand Down

0 comments on commit 2997d03

Please sign in to comment.