Skip to content

Commit

Permalink
fix CI by downgrading required numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
DomFijan committed Jan 2, 2023
1 parent a876eaf commit fefb43f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ConservedWaterSearch
numpy
numpy<1.24
MDAnalysis
wget
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
install_requires=[
"ConservedWaterSearch",
"MDAnalysis",
"numpy",
"numpy<1.24",
"wget",
], # Required packages, pulls from pip if needed; do not use for Conda deployment
platforms=['Linux',
Expand Down

0 comments on commit fefb43f

Please sign in to comment.