[BE]: Use undocumented temp shim to restore setuptools compat (#153052)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/153052
Approved by: https://github.com/albanD
This commit is contained in:
Aaron Gokaslan
2025-05-12 18:33:37 +00:00
committed by PyTorch MergeBot
parent 3555ebb63d
commit fb85ebd710
3 changed files with 11 additions and 6 deletions

View File

@ -15,8 +15,8 @@ packaging
psutil
pyyaml
requests
# issue on Windows after >= 75.8.2 - https://github.com/pytorch/pytorch/issues/148877
setuptools>=62.3.0,<75.9
# setuptools develop deprecated on 80.0
setuptools>=62.3.0,<80.0
sympy>=1.13.3
types-dataclasses
typing-extensions>=4.10.0