From 67c314272b38a0a8a0e9a5142ee888606f24ec65 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Tue, 27 Aug 2019 18:07:33 -0400 Subject: [PATCH] Update setup.py (#174) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 03b72b52..9d3dec1e 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( python_requires='>=3.6', install_requires=[ 'torch==1.2.0', - 'tqdm', + 'tqdm>=4.35.0', 'test-tube>=0.6.9', 'pandas>=0.20.3', ],