Update nanobind pin to most recent version (#2896)

This commit is contained in:
Nathan Goldbaum
2025-12-11 07:07:36 -07:00
committed by GitHub
parent 3c8ce9b00e
commit e1fee0074b
9 changed files with 10 additions and 10 deletions

View File

@@ -3,6 +3,6 @@ requires = [
"setuptools>=42",
"cmake>=3.25",
"mlx>=0.18.0",
"nanobind==2.4.0",
"nanobind==2.10.2",
]
build-backend = "setuptools.build_meta"

View File

@@ -1,4 +1,4 @@
setuptools>=42
cmake>=3.25
mlx>=0.21.0
nanobind==2.4.0
nanobind==2.10.2