From c13c6a9ec6d1e53bf7a2043ee58c805e5814e1d1 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sun, 30 Jun 2019 18:41:59 -0400 Subject: [PATCH] release vusing pytorch summarywriter now --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f941d78e20..989266108d 100755 --- a/setup.py +++ b/setup.py @@ -17,9 +17,9 @@ setup( keywords=["deep learning", "pytorch", "AI"], python_requires=">=3.5", install_requires=[ - "torch>=1.0.0", + "torch>=1.1.0", "tqdm", - "test-tube>=0.643", + "test-tube>=0.65", "tensorflow>=1.14.0" ], packages=find_packages(),