Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello-Sega committed Aug 6, 2024
1 parent 1f8bbed commit 5558ce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cython>=0.24.1
numpy>=1.22.3
numpy>=1.26.4
scipy>=1.6.0
gsd>3.0.0
MDAnalysis>=2.7.0
Expand Down
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.22.3', 'cython>=0.24.1','gsd<=3.2.1','MDAnalysis>=2.7.0'
'numpy>=1.26.4', 'cython>=0.24.1','gsd<=3.2.1','MDAnalysis>=2.7.0'
],

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

0 comments on commit 5558ce8

Please sign in to comment.