[setup] fix uv (#8311)

This commit is contained in:
Yaowei Zheng 2025-06-06 11:54:15 +08:00 committed by GitHub
parent 13fd43617c
commit f5f356649b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,10 +80,6 @@ conflicts = [
{ extra = "torch-npu" },
{ extra = "aqlm" },
],
[
{ extra = "torch-npu" },
{ extra = "liger-kernel" },
],
[
{ extra = "torch-npu" },
{ extra = "vllm" },
@ -92,4 +88,8 @@ conflicts = [
{ extra = "torch-npu" },
{ extra = "sglang" },
],
[
{ extra = "vllm" },
{ extra = "sglang" },
],
]