Skip to content

Commit

Permalink
package: fix requirements 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello-Sega committed Jun 1, 2024
1 parent 7957795 commit a75dee9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ 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
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ def run_tests(self):
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=[
'numpy>=1.16', 'cython>=0.24.1', 'sphinx>=1.4.3', 'pytest',
'gsd<=3.2.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 a75dee9

Please sign in to comment.