mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[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:
committed by
PyTorch MergeBot
parent
9508d73307
commit
a0308edb6c
@ -367,7 +367,6 @@ pyyaml
|
||||
pyzstd
|
||||
setuptools>=70.1.0
|
||||
six
|
||||
wheel
|
||||
|
||||
scons==4.5.2 ; platform_machine == "aarch64"
|
||||
|
||||
|
@ -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",
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user