From 33ec6e3e9aa2b93f7d907236aa10ba2b36355018 Mon Sep 17 00:00:00 2001 From: Mark Harfouche Date: Tue, 5 Aug 2025 03:18:42 +0000 Subject: [PATCH] Remove pin on libuv from instructions (#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: https://github.com/conda-forge/libuv-feedstock/issues/80 Hopefully this can help future users. Fixes https://github.com/conda-forge/libuv-feedstock/issues/80 Pull Request resolved: https://github.com/pytorch/pytorch/pull/159504 Approved by: https://github.com/seemethere --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62e3b9ea4937..65c0bb982bd9 100644 --- a/README.md +++ b/README.md @@ -276,7 +276,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=1.39 +conda install -c conda-forge libuv ``` #### Install PyTorch