From f7fb10544f13a4b0d8db2f0e175ebb09ae9facc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Aug 2021 15:33:41 +0000 Subject: [PATCH] Bump tensorflow from 1.13.1 to 2.5.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.13.1 to 2.5.1. - [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...v2.5.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... 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..3d1b956 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -tensorflow==1.13.1 +tensorflow==2.5.1 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..e4858a6 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==2.5.1 tensorflow-serving-api==1.13.0 typing==3.6.6 uWSGI==2.0.18 \ No newline at end of file