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

@@ -2,7 +2,7 @@
requires = [
"setuptools>=42",
"cmake>=3.24",
"mlx>=0.17.0",
"nanobind==2.1.0",
"mlx>=0.18.0",
"nanobind==2.2.0",
]
build-backend = "setuptools.build_meta"

View File

@@ -1,4 +1,4 @@
setuptools>=42
cmake>=3.24
mlx>=0.17.0
nanobind==2.1.0
mlx>=0.18.0
nanobind==2.2.0