Skip to content

Commit 581bc16

Browse files
zhyncsjimoosciuc
authored andcommitted
chore: relax the torch version restriction for sgl-kernel compilation (sgl-project#5288)
1 parent da64ff7 commit 581bc16

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sgl-kernel/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"scikit-build-core>=0.10",
4-
"torch==2.5.1",
4+
"torch>=2.5.1",
55
"wheel",
66
]
77
build-backend = "scikit_build_core.build"

sgl-kernel/pyproject_rocm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
"setuptools>=75.0",
44
"scikit-build-core>=0.10",
5-
"torch==2.5.1",
5+
"torch>=2.5.1",
66
"wheel",
77
]
88
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)