Skip to content

Commit

Permalink
trying to request more recent numpy2
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello-Sega committed Nov 29, 2024
1 parent 5cef55b commit 3745bb7
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>=2.0.2
numpy>=2.1.3
scipy>=1.6.0
gsd>3.0.0
setuptools
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>=2.0.2', 'cython>=0.24.1','gsd>=3.0.0','MDAnalysis>=2.8.0'
'numpy>=2.1.3', 'cython>=0.24.1','gsd>=3.0.0','MDAnalysis>=2.8.0'
],

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

0 comments on commit 3745bb7

Please # to comment.