Skip to content

Commit

Permalink
fix numpy build version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smiet committed Jan 15, 2025
1 parent 886c1c9 commit 4ce30ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = [
"scikit-build-core",
"pybind11",
"numpy >= 2.0.0",
"numpy == 2.0",
"setuptools_scm>=8.0",
'tomli; python_version < "3.11"',]
build-backend = "scikit_build_core.build"
Expand Down

0 comments on commit 4ce30ea

Please sign in to comment.