From e14ce3b10762be0aa8ea0f59c78683128f275d50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2020 22:40:40 +0000 Subject: [PATCH] Bump tensorflow from 1.13.1 to 1.15.2 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.13.1 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.13.1...v1.15.2) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_frontend.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b97c39e..b222230 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -tensorflow==1.13.1 +tensorflow==1.15.2 torch==1.0.1.post2 torchvision==0.2.2.post3 cnn-finetune==0.5.3 diff --git a/requirements_frontend.txt b/requirements_frontend.txt index 9223c87..bd935b7 100644 --- a/requirements_frontend.txt +++ b/requirements_frontend.txt @@ -6,7 +6,7 @@ onnx==1.4.1 protobuf==3.7.1 requests==2.21.0 sanic==19.3.1 -tensorflow==1.13.1 +tensorflow==1.15.2 tensorflow-serving-api==1.13.0 typing==3.6.6 uWSGI==2.0.18 \ No newline at end of file