Skip to content

Commit

Permalink
try unpin
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope committed Jul 3, 2024
1 parent c9957d6 commit 67beca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
'pytest',
'matplotlib',
'setuptools',
'scipy==1.12.0',
'scipy',
'statsmodels',
'plotly',
'rdkit'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mdanalysis>=2.7.0
pytest
pathlib
matplotlib
scipy==1.12.0
scipy
statsmodels
plotly
rdkit

0 comments on commit 67beca7

Please sign in to comment.