We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a40552 commit 8f45b76Copy full SHA for 8f45b76
requirements.txt
@@ -15,6 +15,9 @@ networkx
15
jinja2
16
fsspec
17
# setuptools was removed from default python install
18
-setuptools ; python_version >= "3.12"
+# 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
22
packaging
23
optree>=0.9.1
0 commit comments