Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
JHKru authored and JHKru committed Sep 14, 2024
1 parent f011e78 commit 26d71c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ packages = [
[tool.poetry.dependencies]
python = "^3.7"
biotite = ">= 0.32"
numpy = "^1.15"
numpy = ">= 1.15"

[tool.poetry.dev-dependencies]
biotite = ">= 2.0"
pytest = "^5.2"
sphinx = "^3.0"
sphinx-gallery = "0.9.0"
Expand Down

0 comments on commit 26d71c9

Please sign in to comment.