Skip to content

Commit

Permalink
Pin scipy in all requirements files.
Browse files Browse the repository at this point in the history
  • Loading branch information
orionarcher committed May 7, 2024
1 parent 2199418 commit 90a81ae
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,7 +1,7 @@
setuptools
numpy>=1.20.0
pandas>=2.2
mdanalysis>=2.0.0
mdanalysis>=2.7.0
pytest
pathlib
matplotlib
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"mdanalysis>=2.7.0",
"pandas",
"matplotlib",
"scipy==0.12.0",
"scipy==1.12.0",
"statsmodels",
"plotly",
"rdkit",
Expand Down

0 comments on commit 90a81ae

Please sign in to comment.