We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e503863 commit e371067Copy full SHA for e371067
1 file changed
integrations/llama_cpp/pyproject.toml
@@ -35,7 +35,7 @@ dependencies = [
35
# Installing from source might fail due to missing dependencies (CMake fails with "OpenMP not found")
36
[tool.uv]
37
index-strategy = "unsafe-best-match" # this ensures that packages are not only searched in the below index but also in PyPI
38
-override-dependencies = ["llama-cpp-python!=0.3.20"] # this version is broken on the additional index
+override-dependencies = ["llama-cpp-python!=0.3.20; sys_platform == 'darwin'"] # this version is broken on the additional macOS index
39
[[tool.uv.index]]
40
name = "llama-cpp-python-macos"
41
url = "https://abetlen.github.io/llama-cpp-python/whl/metal/"
0 commit comments