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 8727d93 commit e6f111dCopy full SHA for e6f111d
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
auto-update-conda: true
20
python-version: '3.10'
21
- name: Installing dependencies
22
- run: conda install -c conda-forge poetry prody pytest r-bio3d rpy2 scipy"<=1.13.1"
+ run: conda install -c conda-forge numpy"<=1.25" poetry prody pytest r-bio3d rpy2 scipy"<=1.13.1"
23
- name: Building distribution
24
run: poetry build -f wheel
25
- name: Installing distribution
environment.yml
@@ -7,7 +7,7 @@ channels:
7
- conda-forge
8
9
dependencies:
10
- - numpy >=1.15,<1.25
+ - numpy >=1.15,<2.0
11
- biotite >=0.40,<1.0
12
- prody >=2.1
13
- pytest >=5.2
0 commit comments