Skip to content

Commit f8f184d

Browse files
committed
Update build time dependency numpy>=2.0
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]>
1 parent bfd47ba commit f8f184d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["setuptools>=42", "wheel", "numpy>=1.21.0"]
2+
requires = ["setuptools>=42", "wheel", "numpy>=2.0"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.cibuildwheel]
6-
build-frontend = "build"
6+
build-frontend = "build"

0 commit comments

Comments
 (0)