Skip to content

Commit

Permalink
workaround nanobind version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener committed Oct 3, 2024
1 parent 5babdcb commit 2c82276
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 @@
build-backend = "scikit_build_core.build"
requires = [
"scikit-build-core >=0.9.3",
"nanobind >=1.9.2",
"nanobind >=1.9.2,<2.2.0",
# https://numpy.org/doc/stable/dev/depending_on_numpy.html#build-time-dependency
# Just depending on numpy will automatically expose the oldest supported ABI.
# - Retrieved 2024-06-24, AK
Expand Down

0 comments on commit 2c82276

Please sign in to comment.