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=[