Bump nanobind to 2.2 (#1461)

* bump nanobind

* extension version for tests
This commit is contained in:
Awni Hannun
2024-10-07 16:52:40 -07:00
committed by GitHub
parent 0070e1db40
commit f374b6ca4d
6 changed files with 17 additions and 10 deletions

View File

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