From b117b433dbbe2fe6f9aa23273b045bdd3639bb8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 00:31:03 +0000 Subject: [PATCH] Bump tensorflow from 2.0.1 to 2.11.1 in /gallery/image_classifier Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.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.0.1...v2.11.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gallery/image_classifier/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery/image_classifier/requirements.txt b/gallery/image_classifier/requirements.txt index fbf285d..827a35c 100644 --- a/gallery/image_classifier/requirements.txt +++ b/gallery/image_classifier/requirements.txt @@ -2,4 +2,4 @@ streamlit==0.52.2 numpy==1.17.2 Keras==2.3.1 Pillow==6.2.0 -tensorflow==2.0.1 \ No newline at end of file +tensorflow==2.11.1 \ No newline at end of file