Skip to content

Commit

Permalink
build against numpy2 always, which is backwards compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
ewu63 committed Jul 15, 2024
1 parent a32ffff commit 73bc88b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools>=42", "meson>=0.60.0", "oldest-supported-numpy", "ninja"]
build-backend = "setuptools.build_meta"
requires = ["setuptools>=42", "meson>=0.60.0", "ninja", "numpy>=2.0"]
build-backend = "setuptools.build_meta"

0 comments on commit 73bc88b

Please sign in to comment.