Skip to content

Commit 71d8757

Browse files
committed
build(deps): update nanobind to 2.10.2
1 parent aa2751a commit 71d8757

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dev = [
1818
]
1919
# note: these should match `build-system.requires`
2020
build = [
21-
"nanobind~=2.9.2",
21+
"nanobind~=2.10.2",
2222
"scikit-build-core>=0.11.0"
2323
]
2424
nox = [
@@ -37,7 +37,7 @@ typing = [
3737
]
3838

3939
[build-system]
40-
requires = ["nanobind~=2.9.2", "scikit-build-core>=0.11.0"]
40+
requires = ["nanobind~=2.10.2", "scikit-build-core>=0.11.0"]
4141
build-backend = "scikit_build_core.build"
4242

4343
[tool.poe.tasks]

0 commit comments

Comments
 (0)