Unverified Commit f1ff736d authored by JieXin Liang's avatar JieXin Liang Committed by GitHub
Browse files

[fix] fix pyproject.toml dependencies (#6119)

parent acc816d8
......@@ -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",
]
......
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