mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Previously we already replaced most use of `python setup.py develop/install`. This PR also replaces the use of `setup.py bdist_wheel` with the modern `python -m build --wheel` alternative. Pull Request resolved: https://github.com/pytorch/pytorch/pull/156712 Approved by: https://github.com/atalman ghstack dependencies: #156711
12 lines
244 B
Plaintext
12 lines
244 B
Plaintext
# Build System requirements
|
|
setuptools>=70.1.0
|
|
cmake>=3.27
|
|
ninja
|
|
numpy
|
|
packaging
|
|
pyyaml
|
|
requests
|
|
six # dependency chain: NNPACK -> PeachPy -> six
|
|
typing-extensions>=4.10.0
|
|
pip # not technically needed, but this makes setup.py invocation work
|