Try fix pypi ci (#13)

This commit is contained in:
Zhuohan Li
2025-08-05 11:23:56 -07:00
committed by GitHub
parent 04257d5a8f
commit 0f0336796c

View File

@@ -24,8 +24,7 @@ version = "0.0.1"
[project.optional-dependencies] [project.optional-dependencies]
triton = [ triton = [
"triton @ git+https://github.com/triton-lang/triton.git", "triton",
"triton_kernels @ git+https://github.com/triton-lang/triton.git#subdirectory=python/triton_kernels",
"safetensors>=0.5.3", "safetensors>=0.5.3",
"torch>=2.7.0", "torch>=2.7.0",
] ]