Skip to content

Commit 33ec6e3

Browse files
hmaarrfkpytorchmergebot
authored andcommitted
Remove pin on libuv from instructions (pytorch#159504)
This package doesn't exist at conda-forge and causes some confusion for users. see https://anaconda.org/conda-forge/libuv/files?version=1.39.0 libuv is quite stable, so the newer versions should be fine. we build with them anyway at conda-forge. see: conda-forge/libuv-feedstock#80 Hopefully this can help future users. Fixes conda-forge/libuv-feedstock#80 Pull Request resolved: pytorch#159504 Approved by: https://github.com/seemethere
1 parent efc4b46 commit 33ec6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ conda install pkg-config libuv
276276
pip install mkl-static mkl-include
277277
# Add these packages if torch.distributed is needed.
278278
# Distributed package support on Windows is a prototype feature and is subject to changes.
279-
conda install -c conda-forge libuv=1.39
279+
conda install -c conda-forge libuv
280280
```
281281

282282
#### Install PyTorch

0 commit comments

Comments
 (0)