diff --git a/setup.py b/setup.py index 5edadfa1ac..89ac6f2903 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( install_requires=[ "torch>=1.1.0", "tqdm", - "test-tube>=0.6.7.1", + "test-tube>=0.6.7.4", ], packages=find_packages(), long_description=open("README.md", encoding="utf-8").read(),