diff --git a/python/pyproject.toml b/python/pyproject.toml index d71cf0153..8c184af62 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -25,7 +25,7 @@ runtime_common = [ ] srt = [ "sglang[runtime_common]", "cuda-python", - "sgl-kernel>=0.0.3.post1", "torch", "vllm==0.6.4.post1", + "sgl-kernel>=0.0.3.post2", "torch", "vllm==0.6.4.post1", "flashinfer_python>=0.2.0.post2", "outlines>=0.0.44,<0.1.0" ]