From c6764e5dfe29fa3e3fd2c32ef1321f769139703d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 01:34:33 +0000 Subject: [PATCH] Bump tensorflow from 2.8.1 to 2.11.1 in /src Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.8.1 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/v2.8.1...v2.11.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index d71bc0f7..6e6df7a6 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ matplotlib==3.5.1 -tensorflow==2.8.1 +tensorflow==2.11.1 tflearn==0.5.0 tqdm==4.62.3 \ No newline at end of file