From 70dee77760b88d2ff82dc27647a430fc6d3f7c7b Mon Sep 17 00:00:00 2001 From: Danny Vilela Date: Wed, 22 Jan 2020 12:53:23 -0800 Subject: [PATCH] Update README to reflect strict dependency on torch==1.4.0 (#1767) * Update README to reflect strict dependency on torch==1.4.0 * 1.4 or newer. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ce348dfc9ee..71b20bb4803 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ The torchvision package consists of popular datasets, model architectures, and c Installation ============ -TorchVision requires PyTorch 1.2 or newer. +TorchVision requires PyTorch 1.4 or newer. Anaconda: