From f687ba783e94d6dca207582ca1a0f2b53b9487b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:30:34 +0000 Subject: [PATCH] Bump tensorflow from 1.13.1 to 2.9.3 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.13.1 to 2.9.3. - [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.9.3) --- 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..7d258f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -tensorflow==1.13.1 +tensorflow==2.9.3 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..c298862 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.9.3 tensorflow-serving-api==1.13.0 typing==3.6.6 uWSGI==2.0.18 \ No newline at end of file