Skip to content

Commit

Permalink
Biotite < 0.40 in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
JHKru committed Sep 5, 2024
1 parent 8c8d864 commit ef88715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ channels:

dependencies:
- numpy >=1.15,<1.25
- biotite >=0.32<0.40
- biotite <0.40
- prody >=2.1
- pytest >=5.2
- matplotlib >=3.3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.7"
biotite = ">= 0.32"
biotite = ">= 0.32,<0.40"
numpy = "^1.15"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit ef88715

Please sign in to comment.