Skip to content

Commit

Permalink
Update build time dependency numpy>=2.0
Browse files Browse the repository at this point in the history
The build time dependency numpy>=2.0 is needed for keeping compatibility for numpy 1.x **and** 2.x

Signed-off-by: Riccardo Mori <[email protected]>
  • Loading branch information
patacca committed Jun 19, 2024
1 parent bfd47ba commit f8f184d
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,6 +1,6 @@
[build-system]
requires = ["setuptools>=42", "wheel", "numpy>=1.21.0"]
requires = ["setuptools>=42", "wheel", "numpy>=2.0"]
build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
build-frontend = "build"
build-frontend = "build"

0 comments on commit f8f184d

Please sign in to comment.