Skip to content

Commit 836c516

Browse files
Kangyan-ZhouJohnsonms
authored andcommitted
Add an all type in pyproject.tml to include diffusion support (sgl-project#17697)
1 parent b7e827e commit 836c516

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

python/pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@ test = [
122122

123123
dev = ["sglang[test]"]
124124

125+
all = [
126+
"sglang[diffusion]",
127+
"sglang[tracing]",
128+
]
129+
125130
[tool.uv.extra-build-dependencies]
126131
st-attn = ["torch", "setuptools"]
127132
vsa = ["torch", "setuptools"]

0 commit comments

Comments
 (0)