From 02853b1ff9ea741cd6e39267a8b7da2b947a3e3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 22:10:28 +0000 Subject: [PATCH] Bump tensorflow in /Self-Driving Car Nanodegree/Capstone Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.3.0 to 2.9.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.3.0...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Self-Driving Car Nanodegree/Capstone/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Self-Driving Car Nanodegree/Capstone/requirements.txt b/Self-Driving Car Nanodegree/Capstone/requirements.txt index 82dc601..7ee04f6 100644 --- a/Self-Driving Car Nanodegree/Capstone/requirements.txt +++ b/Self-Driving Car Nanodegree/Capstone/requirements.txt @@ -6,5 +6,5 @@ numpy==1.13.1 Pillow==2.2.1 scipy==0.19.1 keras==2.0.8 -tensorflow==1.3.0 +tensorflow==2.9.3 h5py==2.6.0