From fec1f9fcd26841de2a0f2d9cd2b8bb7d745d1988 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Thu, 8 Aug 2019 13:06:08 -0400 Subject: [PATCH] fix py 1.1.0 for now --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 054fc3be6d..5a972b471d 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup( keywords=['deep learning', 'pytorch', 'AI'], python_requires='>=3.6', install_requires=[ - 'torch>=1.1.0', + 'torch==1.1.0', 'tqdm', 'test-tube>=0.6.7.6', 'pandas>=0.20.3',