Skip to content

Commit b502bed

Browse files
Alcanderianlifuhuang
authored andcommitted
[fix] fix pyproject.toml dependencies (sgl-project#6119)
1 parent da5db07 commit b502bed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ runtime_common = [
2929
"ninja",
3030
"orjson",
3131
"packaging",
32+
"partial_json_parser",
3233
"pillow",
3334
"prometheus-client>=0.20.0",
3435
"psutil",
@@ -53,7 +54,6 @@ srt = [
5354
"torchvision==0.21.0",
5455
"cuda-python",
5556
"outlines>=0.0.44,<=0.1.11",
56-
"partial_json_parser",
5757
"einops",
5858
]
5959

@@ -64,7 +64,6 @@ blackwell = [
6464
"torchvision",
6565
"cuda-python",
6666
"outlines>=0.0.44,<=0.1.11",
67-
"partial_json_parser",
6867
"einops",
6968
]
7069

0 commit comments

Comments
 (0)