We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8d864 commit ef88715Copy full SHA for ef88715
environment.yml
@@ -8,7 +8,7 @@ channels:
8
9
dependencies:
10
- numpy >=1.15,<1.25
11
- - biotite >=0.32<0.40
+ - biotite <0.40
12
- prody >=2.1
13
- pytest >=5.2
14
- matplotlib >=3.3
pyproject.toml
@@ -35,7 +35,7 @@ packages = [
35
36
[tool.poetry.dependencies]
37
python = "^3.7"
38
-biotite = ">= 0.32"
+biotite = ">= 0.32,<0.40"
39
numpy = "^1.15"
40
41
[tool.poetry.dev-dependencies]
0 commit comments