Ver código fonte

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

myhloli 4 meses atrás
pai
commit
dec4fdef70
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -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",