[Windows] Update libuv version from 1.39 to 1.51 (#160318)

Fixes: [#148315](https://github.com/pytorch/pytorch/issues/148315)

The PR updates `libuv` version as `conda-forge` channel doesn't contain `libuv=1.39` for Windows.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/160318
Approved by: https://github.com/iremyux, https://github.com/malfet
This commit is contained in:
Taras
2025-09-26 23:29:17 +00:00
committed by PyTorch MergeBot
parent a0136f149c
commit f9095fb285
3 changed files with 3 additions and 3 deletions

View File

@ -275,7 +275,7 @@ conda install pkg-config libuv
pip install mkl-static mkl-include
# Add these packages if torch.distributed is needed.
# Distributed package support on Windows is a prototype feature and is subject to changes.
conda install -c conda-forge libuv
conda install -c conda-forge libuv=1.51
```
#### Install PyTorch