Bump nanobind to 2.4 + fix (#1710)

* bump nanobind to 2.4 + fix

* fix
This commit is contained in:
Awni Hannun
2024-12-17 10:57:54 -08:00
committed by GitHub
parent a6b426422e
commit f110357aaa
11 changed files with 36 additions and 21 deletions

View File

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