From 92f9bd9be6b8948b4e7d94e57f8d915afff3e361 Mon Sep 17 00:00:00 2001 From: Bar <29775567+barrh@users.noreply.github.com> Date: Tue, 16 Jul 2019 15:03:28 +0300 Subject: [PATCH] Increase Tensorflow min version to 1.14 (#320) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8eb594d..06e56c4 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.13 +tensorflow>=1.14 pydot==1.4.1 tabulate==0.8.3 pandas>=0.22.0 -- GitLab