From 57e7589b55e86019682ef76d9d24cee8ce6cb6ae Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 7 Oct 2025 20:52:38 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7a0e611273..7deca0b14b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,6 +36,7 @@ exclude = ["images*", "tests*", "kernels/moe*"] [project.optional-dependencies] triton = [ + "triton>=3.0.0 ; ('linux' in sys_platform)", "triton-windows ; (sys_platform == 'win32') and (platform_machine == 'AMD64' or platform_machine == 'x86_64')", ] huggingface = [