Skip to content

Commit

Permalink
pyproject -> allow Numpy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JHKru committed Sep 4, 2024
1 parent 45dcc7a commit 2302913
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 @@ -36,7 +36,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.7"
biotite = ">= 0.32"
numpy = "^1.15"
numpy = ">=1.15"

[tool.poetry.dev-dependencies]
pytest = "^5.2"
Expand Down

0 comments on commit 2302913

Please sign in to comment.