[build] remove wheel from build requirements (#158027)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/158027
Approved by: https://github.com/Skylion007
This commit is contained in:
Xuehai Pan
2025-07-12 19:29:02 +08:00
committed by PyTorch MergeBot
parent 9508d73307
commit a0308edb6c
3 changed files with 1 additions and 3 deletions

View File

@ -367,7 +367,6 @@ pyyaml
pyzstd
setuptools>=70.1.0
six
wheel
scons==4.5.2 ; platform_machine == "aarch64"

View File

@ -5,7 +5,6 @@ requires = [
# 70.1.0: min version for integrated bdist_wheel command from wheel package
# 77.0.0: min version for SPDX expression support for project.license
"setuptools>=70.1.0,<80.0",
"wheel",
"cmake>=3.27",
"ninja",
"numpy",

View File

@ -2,7 +2,6 @@
# Build System requirements
setuptools>=70.1.0,<80.0 # setuptools develop deprecated on 80.0
wheel
cmake>=3.27
ninja
numpy
@ -25,3 +24,4 @@ optree>=0.13.0
psutil
sympy>=1.13.3
typing-extensions>=4.13.2
wheel