[Fix] Pin cuda-tile to 1.6.0rc5 to unblock Python 3.10 x86_64 installs (#34321)

This commit is contained in:
Liangsheng Yin
2026-08-10 15:09:47 -07:00
committed by GitHub
parent ca0f8a0f4c
commit c80a38edcd
+2
View File
@@ -24,6 +24,8 @@ dependencies = [
"build",
"compressed-tensors",
"cuda-python>=13.0",
# Transitive dep of flashinfer-python, pinned because 1.6.0rc6 shipped no cp310 linux x86_64 wheel.
"cuda-tile==1.6.0rc5",
"datasets",
"decord2 ; sys_platform == 'linux' and (platform_machine == 'aarch64' or platform_machine == 'arm64' or platform_machine == 'armv7l')",
"distro",