Skip to content

Commit

Permalink
Merge pull request #601 from t0mdavid-m/fix_numpy
Browse files Browse the repository at this point in the history
`Numpy 2.0` is used when installing `Biotite`via pip.
  • Loading branch information
padix-key authored Jun 17, 2024
2 parents 1045f43 + 2997d03 commit 47e0a6b
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 47e0a6b

Please sign in to comment.