From 12b8c2fd8b91fb54abb50b25f3618bd5150125aa Mon Sep 17 00:00:00 2001 From: Nikita Shulga <2453524+malfet@users.noreply.github.com> Date: Thu, 5 Dec 2024 19:02:21 +0000 Subject: [PATCH] Remove lintrunner windows exclusion (#142150) As it's available right now, see https://pypi.org/project/lintrunner/0.12.7/#files And no longer ask developers to install rust on the platform Pull Request resolved: https://github.com/pytorch/pytorch/pull/142150 Approved by: https://github.com/wdvr --- README.md | 2 -- requirements.txt | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c62b07ebd6c..e9d9d8bcd62 100644 --- a/README.md +++ b/README.md @@ -236,8 +236,6 @@ git submodule update --init --recursive ```bash conda install cmake ninja -# Run this command on native Windows -conda install rust # Run this command from the PyTorch directory after cloning the source code using the “Get the PyTorch Source“ section below pip install -r requirements.txt ``` diff --git a/requirements.txt b/requirements.txt index 4d248004abe..642d78e4f68 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ filelock networkx jinja2 fsspec -lintrunner ; platform_system != "Windows" +lintrunner ninja packaging optree>=0.13.0