From fe65e70acdc5d5307e4c7b8f6ec893de831e8c30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 12:22:34 +0000 Subject: [PATCH] Bump tensorflow from 1.7 to 1.15.2 in /face_net Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.7 to 1.15.2. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v1.7.0...v1.15.2) Signed-off-by: dependabot[bot] --- face_net/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/face_net/requirements.txt b/face_net/requirements.txt index b7418c9a..5829c567 100644 --- a/face_net/requirements.txt +++ b/face_net/requirements.txt @@ -1,4 +1,4 @@ -tensorflow==1.7 +tensorflow==1.15.2 scipy scikit-learn opencv-python