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