Skip to content

Commit 27b8cff

Browse files
authored
Merge pull request #84 from patacca/update_numpy
Update build time dependency numpy>=2.0
2 parents bfd47ba + f8f184d commit 27b8cff

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)