Skip to content

Commit

Permalink
Merge pull request #84 from patacca/update_numpy
Browse files Browse the repository at this point in the history
Update build time dependency numpy>=2.0
  • Loading branch information
vmarkovtsev authored Jun 19, 2024
2 parents bfd47ba + f8f184d commit 27b8cff
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 27b8cff

Please sign in to comment.