From ec4c7de0d0d2bdde932ce026f0075e7cda9c8a2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 16:43:23 +0000 Subject: [PATCH] Bump tensorflow from 2.5.2 to 2.6.4 in /requirements Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.2 to 2.6.4. - [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.5.2...v2.6.4) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 10d7384..d95432c 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -7,4 +7,4 @@ tqdm==4.11.2 keras==2.0.2 scikit-learn==0.18.1 pillow==9.0.0 -tensorflow==2.5.2 \ No newline at end of file +tensorflow==2.6.4 \ No newline at end of file