Skip to content

Commit 64bb2a1

Browse files
authored
Pin nanobind to 2.10.2 for ABI compatibility (#206)
1 parent e13c5d6 commit 64bb2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
"accelerate>=0.26.0",
3737
"safetensors>=0.4.0",
3838
# Native Metal extension JIT build
39-
"nanobind>=2.0.0; platform_system == 'Darwin' and platform_machine == 'arm64'",
39+
"nanobind==2.10.2; platform_system == 'Darwin' and platform_machine == 'arm64'",
4040
# Core utilities
4141
"numpy>=1.24.0",
4242
"psutil>=5.9.0",

0 commit comments

Comments
 (0)