Skip to content

Commit

Permalink
build off oldest supported numpy, C ABI is forward compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
whitews committed Oct 8, 2023
1 parent 95ac405 commit 32a288f
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 @@ -43,5 +43,5 @@ lint = [
]

[build-system]
requires = ["setuptools>=45", "wheel", "cython>=0.29,<1.0.0", "numpy>=1.14.2,<2.0"]
requires = ["setuptools>=45", "wheel", "cython>=0.29,<1.0.0", "oldest-supported-numpy"]
build-backend = "setuptools.build_meta"

0 comments on commit 32a288f

Please sign in to comment.