Skip to content

Commit

Permalink
package: fix requirements (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello-Sega authored Jun 1, 2024
1 parent 06fb7ad commit e30e36d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 7 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
cython>=0.24.1
numpy>=1.16.0
scipy>=1.6.0
gsd<=3.2.1
MDAnalysis>=2.0
PyWavelets>=0.5.2
scikit-image>=0.14.2
sphinx>=1.4.3
matplotlib
pytest
dask>=1.1.1
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,7 @@ def run_tests(self):
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=[
'MDAnalysis>=1.0.0', 'PyWavelets>=0.5.2', 'numpy>=1.16',
'scipy>=1.6', 'scikit-image>=0.14.2', 'cython>=0.24.1',
'sphinx>=1.4.3', 'matplotlib', 'pytest', 'dask>=1.1.1'
'numpy>=1.16', 'cython>=0.24.1','gsd<=3.2.1'
],

# List additional groups of dependencies here (e.g. development
Expand Down

0 comments on commit e30e36d

Please sign in to comment.