Add cmake to requirements.txt (#140491)

As one can not build PyTorch in clean venv if cmake is not installed

Pull Request resolved: https://github.com/pytorch/pytorch/pull/140491
Approved by: https://github.com/yangw-dev, https://github.com/huydhn
This commit is contained in:
Nikita Shulga
2024-11-13 02:53:25 +00:00
committed by PyTorch MergeBot
parent 953286b850
commit d3da6d49df

View File

@ -21,3 +21,4 @@ lintrunner ; platform_system != "Windows"
ninja
packaging
optree>=0.13.0
cmake