Skip to content

Commit 39b6335

Browse files
Merge pull request #326 from vincentlaucsb/codex/pin-nanobind-2.12.0
Pin nanobind for Python 3.9 wheel builds
2 parents 9ad4349 + bd11ef0 commit 39b6335

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"scikit-build-core>=0.10",
4-
"nanobind>=2.12.0",
4+
"nanobind==2.12.0",
55
]
66
build-backend = "scikit_build_core.build"
77

0 commit comments

Comments
 (0)