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:
Nikita Shulga
2024-12-05 19:02:21 +00:00
committed by PyTorch MergeBot
parent a9d84875a9
commit 12b8c2fd8b
2 changed files with 1 additions and 3 deletions

View File

@ -14,7 +14,7 @@ filelock
networkx
jinja2
fsspec
lintrunner ; platform_system != "Windows"
lintrunner
ninja
packaging
optree>=0.13.0