Skip to content

Commit

Permalink
update specs to numpy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
skjerns committed Jul 21, 2024
1 parent 168ae65 commit 7872c95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"setuptools",
"oldest-supported-numpy",
"numpy>=2",
"cython"
]
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

# Version of Numpy required for setup
REQUIRED_NUMPY = 'numpy>=1.9.1'
REQUIRED_NUMPY = 'numpy>=2'


# from MDAnalysis setup.py (https://www.mdanalysis.org/)
Expand Down

0 comments on commit 7872c95

Please sign in to comment.