Move to nanobind v2 (#1316)

This commit is contained in:
Awni Hannun
2024-08-08 17:17:46 -07:00
committed by GitHub
parent 32668a7317
commit 9231617eb3
3 changed files with 14 additions and 14 deletions

View File

@@ -176,7 +176,7 @@ if __name__ == "__main__":
include_package_data=True,
extras_require={
"dev": [
"nanobind@git+https://github.com/wjakob/nanobind.git@2f04eac452a6d9142dedb957701bdb20125561e4",
"nanobind==2.0",
"numpy",
"pre-commit",
"setuptools>=42",