Skip to content

Commit ed94639

Browse files
committed
package: fix requirements 2
1 parent fe061dd commit ed94639

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ def run_tests(self):
127127
install_requires=[
128128
'MDAnalysis>=1.0.0', 'PyWavelets>=0.5.2', 'numpy>=1.16',
129129
'scipy>=1.6', 'scikit-image>=0.14.2', 'cython>=0.24.1',
130-
'sphinx>=1.4.3', 'matplotlib', 'pytest', 'dask>=1.1.1'
130+
'sphinx>=1.4.3', 'matplotlib', 'pytest', 'dask>=1.1.1',
131+
'gsd<=3.2.1'
131132
],
132133

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

0 commit comments

Comments
 (0)