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

@@ -1,7 +1,7 @@
[build-system]
requires = [
"setuptools>=42",
"nanobind@git+https://github.com/wjakob/nanobind.git@2f04eac452a6d9142dedb957701bdb20125561e4",
"nanobind==2.1.0",
"cmake>=3.24",
]
build-backend = "setuptools.build_meta"