Skip to content

Commit

Permalink
No longer use oldest-supported-numpy for Python 3.9 and above
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Oct 17, 2023
1 parent 6e9d9cf commit d430312
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
requires = ["setuptools",
"setuptools_scm",
"wheel",
"oldest-supported-numpy"]
"oldest-supported-numpy;python_version<'3.9'",
"numpy>=1.25;python_version>='3.9'"]
build-backend = 'setuptools.build_meta'

[tool.cibuildwheel.linux]
Expand Down

0 comments on commit d430312

Please sign in to comment.