Commit dec4fdef authored by myhloli's avatar myhloli
Browse files

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

parent 9a16d3c7
...@@ -43,7 +43,7 @@ vlm = [ ...@@ -43,7 +43,7 @@ vlm = [
"pydantic", "pydantic",
] ]
sglang = [ sglang = [
"sglang[all]>=0.4.7,<0.4.9", "sglang[all]>=0.4.8,<0.4.9",
] ]
pipeline = [ pipeline = [
"matplotlib>=3.10,<4", "matplotlib>=3.10,<4",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment