From 52f8fba249269d394d408ccaaeab43dbd4ec0d7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 23:57:17 +0000 Subject: [PATCH] Bump tensorflow from 1.7.0 to 2.11.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.7.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.7.0...v2.11.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fdfb1c4..f395973 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Flask-WTF==0.14.2 mysqlclient==1.4.2.post1 virtualenv>=16.5.0 numpy==1.16.2 -tensorflow==1.7.0 +tensorflow==2.11.1 scipy==1.2.1 scikit-learn==0.21.1 opencv-python