chore: use torch 2.6 for sgl-kernel build (#5898)

This commit is contained in:
Yineng Zhang
2025-04-29 17:51:18 -07:00
committed by GitHub
parent e3a5304475
commit a043f7f2ab
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
[build-system]
requires = [
"scikit-build-core>=0.10",
"torch>=2.5.1",
"torch>=2.6.0",
"wheel",
]
build-backend = "scikit_build_core.build"