Skip to content

Commit

Permalink
Restrict numpy in environment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JHKru committed Sep 5, 2024
1 parent c4fd172 commit 60e80ae
Showing 1 changed file with 1 addition and 1 deletion.
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.15
- numpy >=1.15,<2.0
- biotite >=0.32
- prody >=2.1
- pytest >=5.2
Expand Down

0 comments on commit 60e80ae

Please sign in to comment.