Skip to content

Commit ef88715

Browse files
committed
Biotite < 0.40 in pyproject.toml
1 parent 8c8d864 commit ef88715

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ channels:
88

99
dependencies:
1010
- numpy >=1.15,<1.25
11-
- biotite >=0.32<0.40
11+
- biotite <0.40
1212
- prody >=2.1
1313
- pytest >=5.2
1414
- matplotlib >=3.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ packages = [
3535

3636
[tool.poetry.dependencies]
3737
python = "^3.7"
38-
biotite = ">= 0.32"
38+
biotite = ">= 0.32,<0.40"
3939
numpy = "^1.15"
4040

4141
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)