Unverified Commit 55986343 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

chore: relax the torch version restriction for sgl-kernel compilation (#5288)

parent b75275b6
[build-system]
requires = [
"scikit-build-core>=0.10",
"torch==2.5.1",
"torch>=2.5.1",
"wheel",
]
build-backend = "scikit_build_core.build"
......
......@@ -2,7 +2,7 @@
requires = [
"setuptools>=75.0",
"scikit-build-core>=0.10",
"torch==2.5.1",
"torch>=2.5.1",
"wheel",
]
build-backend = "setuptools.build_meta"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment