Skip to content

Commit 5cf6b2e

Browse files
authored
update setuptools build requirement to fix build error (IDEA-Research#91)
1 parent 7a51c95 commit 5cf6b2e

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
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools>=61.0",
3+
"setuptools>=62.3.0,<75.9",
44
"torch>=2.3.1",
55
]
66
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)