Skip to content

Commit e6f111d

Browse files
committed
Update Numpy in test.yaml
1 parent 8727d93 commit e6f111d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
auto-update-conda: true
2020
python-version: '3.10'
2121
- name: Installing dependencies
22-
run: conda install -c conda-forge poetry prody pytest r-bio3d rpy2 scipy"<=1.13.1"
22+
run: conda install -c conda-forge numpy"<=1.25" poetry prody pytest r-bio3d rpy2 scipy"<=1.13.1"
2323
- name: Building distribution
2424
run: poetry build -f wheel
2525
- name: Installing distribution

environment.yml

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

99
dependencies:
10-
- numpy >=1.15,<1.25
10+
- numpy >=1.15,<2.0
1111
- biotite >=0.40,<1.0
1212
- prody >=2.1
1313
- pytest >=5.2

0 commit comments

Comments
 (0)