Skip to content

Commit

Permalink
TEST4
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello-Sega committed Aug 6, 2024
1 parent 4ce0d12 commit 32f77f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def run_tests(self):
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=[
'numpy>=1.26.4', 'cython>=0.24.1','gsd<=3.2.1','MDAnalysis>=2.7.0'
'numpy>=1.26.4,<2.0.0', 'cython>=0.24.1','gsd>=3.0.0','MDAnalysis>=2.7.0'
],

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

0 comments on commit 32f77f1

Please sign in to comment.