Skip to content

Commit 580f87e

Browse files
committed
retry
1 parent 6692516 commit 580f87e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

integrations/llama_cpp/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ llama-cpp-python = [
4141
{ index = "llama-cpp-python-macos", marker = "sys_platform == 'darwin'" },
4242
]
4343

44+
[tool.uv]
45+
# The 0.3.20 wheel on the macOS Metal index is corrupted (truncated ZIP); skip it on macOS only.
46+
override-dependencies = ["llama-cpp-python!=0.3.20; sys_platform == 'darwin'"]
47+
4448
[project.urls]
4549
Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/llama_cpp#readme"
4650
Issues = "https://github.com/deepset-ai/haystack-core-integrations/issues"

0 commit comments

Comments
 (0)