Skip to content

Commit

Permalink
Replace oldest-supported-numpy with numpy (#194)
Browse files Browse the repository at this point in the history
This is an attempt to get CI working again. We should be listing NumPy
rather than oldest-supported-numpy as a build dependency.

xref:
https://github.com/scipy/oldest-supported-numpy?tab=readme-ov-file#deprecation-notice-for-numpy-20
  • Loading branch information
mdickinson committed Jul 8, 2024
1 parent a328bd6 commit d54ad92
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
@@ -1,5 +1,5 @@
[build-system]
requires = ["oldest-supported-numpy", "setuptools", "wheel"]
requires = ["numpy", "setuptools", "wheel"]
build-backend = 'setuptools.build_meta'

[tool.cibuildwheel]
Expand Down

0 comments on commit d54ad92

Please sign in to comment.