From eb5b3cfee141626a5e8cb2ef587b41b80f71a566 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Thu, 6 Jun 2019 18:04:58 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b71e3437..c020ccc2 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( keywords=["deep learning", "pytorch", "AI"], python_requires=">=3.5", install_requires=[ - "torch", + "torch>=1.0.0", "tqdm", "test-tube", ],