From 8d3e1ac0c8906fa47994d325fa1a32269bac95b5 Mon Sep 17 00:00:00 2001 From: Kangyan-Zhou Date: Sun, 25 Jan 2026 12:52:13 -0800 Subject: [PATCH] Add an all type in pyproject.tml to include diffusion support (#17697) --- python/pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python/pyproject.toml b/python/pyproject.toml index baf9c287b..5161c98db 100755 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -122,6 +122,11 @@ test = [ dev = ["sglang[test]"] +all = [ + "sglang[diffusion]", + "sglang[tracing]", +] + [tool.uv.extra-build-dependencies] st-attn = ["torch", "setuptools"] vsa = ["torch", "setuptools"]