Skip to content

Commit

Permalink
package: fix requirements 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello-Sega committed Jun 1, 2024
1 parent fe061dd commit ed94639
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ def run_tests(self):
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'
'sphinx>=1.4.3', 'matplotlib', 'pytest', 'dask>=1.1.1',
'gsd<=3.2.1'
],

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

0 comments on commit ed94639

Please sign in to comment.