mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 00:20:18 +01:00
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
This commit is contained in:
parent
a9d84875a9
commit
12b8c2fd8b
|
|
@ -236,8 +236,6 @@ git submodule update --init --recursive
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
conda install cmake ninja
|
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
|
# 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
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ filelock
|
||||||
networkx
|
networkx
|
||||||
jinja2
|
jinja2
|
||||||
fsspec
|
fsspec
|
||||||
lintrunner ; platform_system != "Windows"
|
lintrunner
|
||||||
ninja
|
ninja
|
||||||
packaging
|
packaging
|
||||||
optree>=0.13.0
|
optree>=0.13.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user