mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Revert "[build] pin setuptools>=77
to enable PEP 639 (#158104)"
This reverts commit a4ec381302f8acd279033707b182bed30ffd2091. Reverted https://github.com/pytorch/pytorch/pull/158104 on behalf of https://github.com/malfet due to This break inductor-perf-nighly-macos by failing to build torchvision, see https://github.com/pytorch/pytorch/issues/158728 ([comment](https://github.com/pytorch/pytorch/pull/158104#issuecomment-3095048940))
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
# Build System requirements
|
||||
setuptools>=77.0.0,<80.0 # setuptools develop deprecated on 80.0
|
||||
setuptools>=70.1.0,<80.0 # setuptools develop deprecated on 80.0
|
||||
cmake>=3.27
|
||||
ninja
|
||||
numpy
|
||||
packaging>=24.2
|
||||
packaging
|
||||
pyyaml
|
||||
requests
|
||||
six # dependency chain: NNPACK -> PeachPy -> six
|
||||
|
Reference in New Issue
Block a user