[deps] fix uv conflicts (#7686)

* fix #7678

* Update setup.py

* Update tests.yml

* Update publish.yml

* Update Makefile
This commit is contained in:
hoshi-hiyouga
2025-04-11 18:02:24 +08:00
committed by GitHub
parent 45c5a913f8
commit da4005f740
5 changed files with 13 additions and 10 deletions

View File

@@ -61,7 +61,7 @@ known-third-party = [
"peft",
"torch",
"transformers",
"trl"
"trl",
]
[tool.ruff.lint.pydocstyle]
@@ -87,5 +87,9 @@ conflicts = [
[
{ extra = "torch-npu" },
{ extra = "vllm" },
]
],
[
{ extra = "sglang" },
{ extra = "minicpm_v" },
],
]