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

@@ -179,7 +179,7 @@ if __name__ == "__main__":
include_package_data=True,
extras_require={
"dev": [
"nanobind==2.2.0",
"nanobind==2.4.0",
"numpy",
"pre-commit",
"setuptools>=42",