We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13c5d6 commit 64bb2a1Copy full SHA for 64bb2a1
pyproject.toml
@@ -36,7 +36,7 @@ dependencies = [
36
"accelerate>=0.26.0",
37
"safetensors>=0.4.0",
38
# Native Metal extension JIT build
39
- "nanobind>=2.0.0; platform_system == 'Darwin' and platform_machine == 'arm64'",
+ "nanobind==2.10.2; platform_system == 'Darwin' and platform_machine == 'arm64'",
40
# Core utilities
41
"numpy>=1.24.0",
42
"psutil>=5.9.0",
0 commit comments