Update nanobind pin to most recent version (#2896)

This commit is contained in:
Nathan Goldbaum
2025-12-11 07:07:36 -07:00
committed by GitHub
parent 3c8ce9b00e
commit e1fee0074b
9 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
[build-system]
requires = [
"setuptools>=80",
"nanobind==2.4.0",
"nanobind==2.10.2",
"cmake>=3.25",
]
build-backend = "setuptools.build_meta"