From c52382f547aa519f90bb00e2a3ad41376fbb3245 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Tue, 12 May 2020 08:52:43 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 926b414982..c3e2e8d671 100644 --- a/README.md +++ b/README.md @@ -390,7 +390,7 @@ pip install pytorch-lightning # install latest Lightning version without upgrading deps pip install -U --no-deps pytorch-lightning ``` -- **PyTorch 1.1.0+** +- **PyTorch 1.2.0+** ```python pip install pytorch-lightning ```