Skip to content

Commit 8f45b76

Browse files
authored
downgrade setuptools to <=72.1.0 (#5)
1 parent 2a40552 commit 8f45b76

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ networkx
1515
jinja2
1616
fsspec
1717
# setuptools was removed from default python install
18-
setuptools ; python_version >= "3.12"
18+
# Setuptools>=74.0.0 stopped support for directly using private funcs(_msvccompiler)
19+
# and consolidated all compiler logic in distutils used in Pytorch build, so older
20+
# is required until pytorch build not refactored to work for latest setuptools.
21+
setuptools<=72.1.0
1922
packaging
2023
optree>=0.9.1

0 commit comments

Comments
 (0)