From d3da6d49df1c30f24e61618d848b31a63583da3c Mon Sep 17 00:00:00 2001 From: Nikita Shulga <2453524+malfet@users.noreply.github.com> Date: Wed, 13 Nov 2024 02:53:25 +0000 Subject: [PATCH] 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 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 6ce86e87d892..0e27b53c185d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,3 +21,4 @@ lintrunner ; platform_system != "Windows" ninja packaging optree>=0.13.0 +cmake