From a2ff0531f3a21917289104eb710c7b92933600f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 20:42:54 +0000 Subject: [PATCH] Bump tensorflow from 1.15 to 2.7.2 in /vision-based-end2end-learning Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15 to 2.7.2. - [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.15.0...v2.7.2) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- vision-based-end2end-learning/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 vision-based-end2end-learning/requirements.txt diff --git a/vision-based-end2end-learning/requirements.txt b/vision-based-end2end-learning/requirements.txt old mode 100755 new mode 100644 index fcac385..74a82fa --- a/vision-based-end2end-learning/requirements.txt +++ b/vision-based-end2end-learning/requirements.txt @@ -2,7 +2,7 @@ numpy==1.15.4 matplotlib==1.5.1 Keras==2.3.1 h5py==2.10.0 -tensorflow==1.15 +tensorflow==2.7.2 opencv_python==3.1.0.1 six==1.12.0 Pillow==6.2.0