From bbd6fef9453eae006a713f13434b24d269f2f2dc Mon Sep 17 00:00:00 2001 From: Bar <29775567+barrh@users.noreply.github.com> Date: Sun, 6 Oct 2019 18:08:40 +0300 Subject: [PATCH] Change requirements on Tensorflow version (#400) Hot-fix for issue that arises with FileWriter class on TF v2. Allows only Tensorflow v1.X --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c69c706..11bae09 100755 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ torchvision==0.3.0 scipy>=1.3.0 gitpython==2.1.11 torchnet==0.0.4 -tensorflow>=1.14 +tensorflow~=1.14 pydot==1.4.1 tabulate==0.8.3 pandas>=0.22.0 -- GitLab