Skip to content

Commit

Permalink
AMICI: build against numpy>=2
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Sep 16, 2024
1 parent 5504582 commit 5bee453
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions deps/AMICI/python/sdist/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@
requires = [
"setuptools>=40.6.3",
"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.5.1",
]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 5bee453

Please sign in to comment.