We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39fb2a0 + 5c61a69 commit 33d306aCopy full SHA for 33d306a
examples/ffi/pyproject.toml
@@ -1,5 +1,7 @@
1
[build-system]
2
-requires = ["scikit-build-core", "nanobind", "jax>=0.4.31"]
+# TODO(dsuo): Remove nanobind pin after
3
+# https://github.com/wjacob/nanobind/pull/980 lands.
4
+requires = ["scikit-build-core", "nanobind==2.5.0", "jax>=0.4.31"]
5
build-backend = "scikit_build_core.build"
6
7
[project]
0 commit comments