From 61f55e9c0199bc207b14c08370ed2dc19e25abc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 01:18:03 +0000 Subject: [PATCH] Bump tensorflow from 1.15 to 2.5.3 in /vision-based-end2end-learning Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15 to 2.5.3. - [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.5.3) --- 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..05ed394 --- 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.5.3 opencv_python==3.1.0.1 six==1.12.0 Pillow==6.2.0