fix: update sglang version constraint in pyproject.toml for compatibility

This commit is contained in:
myhloli
2025-07-02 17:56:57 +08:00
parent 9a16d3c74f
commit dec4fdef70

View File

@@ -43,7 +43,7 @@ vlm = [
"pydantic",
]
sglang = [
"sglang[all]>=0.4.7,<0.4.9",
"sglang[all]>=0.4.8,<0.4.9",
]
pipeline = [
"matplotlib>=3.10,<4",