bump nanobind + fix extension (#1344)

This commit is contained in:
Awni Hannun
2024-08-21 16:05:07 -07:00
committed by GitHub
parent 8ae751d3da
commit 82db84b899
5 changed files with 5 additions and 6 deletions

View File

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