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 = [ ...@@ -29,6 +29,7 @@ runtime_common = [
"ninja", "ninja",
"orjson", "orjson",
"packaging", "packaging",
"partial_json_parser",
"pillow", "pillow",
"prometheus-client>=0.20.0", "prometheus-client>=0.20.0",
"psutil", "psutil",
...@@ -53,7 +54,6 @@ srt = [ ...@@ -53,7 +54,6 @@ srt = [
"torchvision==0.21.0", "torchvision==0.21.0",
"cuda-python", "cuda-python",
"outlines>=0.0.44,<=0.1.11", "outlines>=0.0.44,<=0.1.11",
"partial_json_parser",
"einops", "einops",
] ]
...@@ -64,7 +64,6 @@ blackwell = [ ...@@ -64,7 +64,6 @@ blackwell = [
"torchvision", "torchvision",
"cuda-python", "cuda-python",
"outlines>=0.0.44,<=0.1.11", "outlines>=0.0.44,<=0.1.11",
"partial_json_parser",
"einops", "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