Update pyproject.toml

This commit is contained in:
Daniel Han 2025-10-07 20:52:38 -07:00
commit 57e7589b55

View file

@ -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 = [