From 309e45e4f8d267283011ddd9cd71cdc3228dcdc1 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Mon, 12 Aug 2019 16:02:56 -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 987e49a638..a19ba25cbf 100755 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( install_requires=[ 'torch==1.2.0', 'tqdm', - 'test-tube==0.6.8', + 'test-tube>=0.6.9', 'pandas>=0.20.3', ], classifiers=[