Skip to content

Commit 45ac7e2

Browse files
committed
Update setuptools version requirements in pyproject.toml to reflect changes in pytorch
1 parent 2b90b9f commit 45ac7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools>=61.0",
3+
"setuptools>=62.3.0,<75.9",
44
"torch>=2.5.1",
55
]
66
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)