Skip to content

Commit 33d306a

Browse files
Merge pull request jax-ml#27562 from danielsuo:pin-ffi-nanobind-2.5.0
PiperOrigin-RevId: 741504001
2 parents 39fb2a0 + 5c61a69 commit 33d306a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/ffi/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[build-system]
2-
requires = ["scikit-build-core", "nanobind", "jax>=0.4.31"]
2+
# 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"]
35
build-backend = "scikit_build_core.build"
46

57
[project]

0 commit comments

Comments
 (0)