Skip to content

Commit

Permalink
Restricted Numpy appropriately for ProDy
Browse files Browse the repository at this point in the history
  • Loading branch information
JHKru committed Sep 5, 2024
1 parent 4f81301 commit 10377fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
auto-update-conda: true
python-version: '3.10'
- name: Installing dependencies
run: conda install -c conda-forge poetry prody pytest r-bio3d rpy2 scipy"<=1.13.1"
run: conda install -c conda-forge poetry prody pytest r-bio3d rpy2 scipy
- name: Building distribution
run: poetry build -f wheel
- name: Installing distribution
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channels:
- conda-forge

dependencies:
- numpy >=1.25
- numpy >=1.15,<1.25
- biotite >=0.40
- prody >=2.1
- pytest >=5.2
Expand Down

0 comments on commit 10377fc

Please sign in to comment.