Skip to content

Commit

Permalink
install: switch oldest-supported-numpy to numpy
Browse files Browse the repository at this point in the history
Since Numpy 1.25 new releases are ABI backwards compatible.
https://numpy.org/doc/stable/dev/depending_on_numpy.html#numpy-2-abi-handling
  • Loading branch information
william-silversmith committed Jun 17, 2024
1 parent 0ebfa1e commit 9d01796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
requires = [
"setuptools",
"wheel",
"oldest-supported-numpy",
"numpy",
]

0 comments on commit 9d01796

Please sign in to comment.