Skip to content

Commit 314f2e7

Browse files
fix: rm explict and add index-strategy (#455)
1 parent 2c35948 commit 314f2e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,19 +123,18 @@ check_untyped_defs = true
123123
follow_imports = "silent"
124124

125125
[tool.uv]
126+
index-strategy = "unsafe-best-match"
126127
required-environments = [
127128
"sys_platform == 'linux' and platform_machine == 'x86_64'"
128129
]
129130

130131
[[tool.uv.index]]
131132
name = "vllm-cpu"
132133
url = "https://wheels.vllm.ai/0.13.0/cpu"
133-
explicit = true
134134

135135
[[tool.uv.index]]
136136
name = "pytorch-cpu"
137137
url = "https://download.pytorch.org/whl/cpu"
138-
explicit = true
139138

140139
[tool.uv.sources]
141140
vllm = { index = "vllm-cpu" }

0 commit comments

Comments
 (0)