[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

@ -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",