Skip to content

Commit

Permalink
Merge pull request #11 from Croydon-Brixton/hotfix/numpy_version
Browse files Browse the repository at this point in the history
hotfix: lower numpy requirement from 2.0 to 1.25 to allow biotite ins…
  • Loading branch information
padix-key authored Aug 28, 2024
2 parents d81773c + 6199011 commit 9dab55d
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 @@ -22,7 +22,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Bio-Informatics",
]
dependencies = [
"numpy >= 2.0",
"numpy >= 1.25",
"scipy >= 1.13",
]
dynamic = ["version"]
Expand Down

0 comments on commit 9dab55d

Please sign in to comment.