From 6e536ca86c20631decdf97a87407ac1747685b6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 00:06:17 +0000 Subject: [PATCH] Bump tensorflow from 1.5.0 to 2.11.1 in /backend Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.5.0 to 2.11.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.5.0...v2.11.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d0fc45c..b7582e8 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ flask==1.1.1 flasgger==0.9.3 flask_restful==0.3.7 nltk==3.4.5 -tensorflow==1.5.0 +tensorflow==2.11.1 keras==2.1.5 numpy==1.17.3 scipy==1.3.1