Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
f1ff736d
Unverified
Commit
f1ff736d
authored
May 08, 2025
by
JieXin Liang
Committed by
GitHub
May 08, 2025
Browse files
[fix] fix pyproject.toml dependencies (#6119)
parent
acc816d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
python/pyproject.toml
python/pyproject.toml
+1
-2
No files found.
python/pyproject.toml
View file @
f1ff736d
...
...
@@ -29,6 +29,7 @@ runtime_common = [
"ninja"
,
"orjson"
,
"packaging"
,
"partial_json_parser"
,
"pillow"
,
"prometheus-client>=0.20.0"
,
"psutil"
,
...
...
@@ -53,7 +54,6 @@ srt = [
"torchvision==0.21.0"
,
"cuda-python"
,
"outlines>=0.0.44,<=0.1.11"
,
"partial_json_parser"
,
"einops"
,
]
...
...
@@ -64,7 +64,6 @@ blackwell = [
"torchvision"
,
"cuda-python"
,
"outlines>=0.0.44,<=0.1.11"
,
"partial_json_parser"
,
"einops"
,
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment