Skip to content

Commit 060dd88

Browse files
committed
add torch to build-system requires
1 parent 21244e9 commit 060dd88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ no-build-isolation = true
3535
package = false
3636

3737
[build-system]
38-
requires = ["setuptools>=61.0"]
38+
requires = ["setuptools>=61.0", "torch>=2.7.1"]
3939
build-backend = "setuptools.build_meta"
4040

4141
[tool.setuptools]

0 commit comments

Comments
 (0)