From 2b954f318d9bd9136836bed0a71109ab56681790 Mon Sep 17 00:00:00 2001 From: Thanh Nguyen Date: Fri, 16 Aug 2019 08:46:00 +0700 Subject: [PATCH] Upgrade Tensorflow to version 1.12.1 or later --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3b3eb6c..5247dec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ numpy -tensorflow==1.8.0 +tensorflow>=1.12.1 opencv-python opencv-contrib-python keras matplotlib -pillow \ No newline at end of file +pillow