QoL: add pip to requirements-build.txt (#162896)

uv venvs by default don't come with pip, but for example setup.py assumes it is available.

Signed-off-by: Edward Yang <ezyang@meta.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/162896
Approved by: https://github.com/Skylion007
This commit is contained in:
Edward Yang
2025-09-13 23:31:54 -04:00
committed by PyTorch MergeBot
parent 3f8a2e62ea
commit aff2438554

View File

@ -8,3 +8,4 @@ pyyaml
requests
six # dependency chain: NNPACK -> PeachPy -> six
typing-extensions>=4.10.0
pip # not technically needed, but this makes setup.py invocation work