Skip to content

Commit 5c61a69

Browse files
authored
Fixes failing FFI example builds.
Breaking CI: https://github.com/jax-ml/jax/actions/runs/14126719325/job/39577362075?pr=27557 See breaking nanobind PR: wjakob/nanobind#978 See fixing nanobind PR (not landed) wjakob/nanobind#980
1 parent 39fb2a0 commit 5c61a69

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)