Skip to content

Commit

Permalink
Fix inadvertently reversed numpy2.0 fix from AMICI-dev#2459
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jun 16, 2024
1 parent 0280e21 commit 40b14f0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions python/sdist/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@
requires = [
"setuptools>=61",
"wheel",
# oldest-supported-numpy helps us to pin numpy here to the lowest supported
# version to have ABI-compatibility with the numpy version in the runtime
# environment. The undesirable alternative would be pinning the setup.py
# numpy requirement to the same version as here, which we want to avoid.
# cf. discussion at https://github.com/numpy/numpy/issues/5888
# (https://github.com/scipy/oldest-supported-numpy/)
"oldest-supported-numpy",
"numpy>=2.0",
"cmake-build-extension==0.6.0",
]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 40b14f0

Please sign in to comment.