Skip to content

Commit e371067

Browse files
committed
only exclude version for macos
1 parent e503863 commit e371067

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integrations/llama_cpp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
# Installing from source might fail due to missing dependencies (CMake fails with "OpenMP not found")
3636
[tool.uv]
3737
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
38+
override-dependencies = ["llama-cpp-python!=0.3.20; sys_platform == 'darwin'"] # this version is broken on the additional macOS index
3939
[[tool.uv.index]]
4040
name = "llama-cpp-python-macos"
4141
url = "https://abetlen.github.io/llama-cpp-python/whl/metal/"

0 commit comments

Comments
 (0)