From 90bc26a813ac54304a41a8fd6eceb2d0b6f83bfe Mon Sep 17 00:00:00 2001 From: Chayenne Date: Thu, 27 Feb 2025 22:44:57 -0800 Subject: [PATCH] set a strict sgl-kernel version (#3950) --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 1c762bbcb..27bea365e 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -42,7 +42,7 @@ runtime_common = [ ] srt = [ "sglang[runtime_common]", - "sgl-kernel>=0.0.3.post6", + "sgl-kernel==0.0.3.post6", "flashinfer_python>=0.2.2.post1", "torch==2.5.1", "vllm>=0.6.4.post1,<=0.7.2",