From 68f13df9e9036fca9ae1543a96f155d15c50c6fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 22:44:28 +0000 Subject: [PATCH] Bump tensorflow Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.1 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/v2.0.1...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../06_numpy_convolutional_neural_net/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_mysteries_of_neural_networks/06_numpy_convolutional_neural_net/requirements.txt b/01_mysteries_of_neural_networks/06_numpy_convolutional_neural_net/requirements.txt index fedfcf9..f10e5fd 100644 --- a/01_mysteries_of_neural_networks/06_numpy_convolutional_neural_net/requirements.txt +++ b/01_mysteries_of_neural_networks/06_numpy_convolutional_neural_net/requirements.txt @@ -4,5 +4,5 @@ matplotlib==3.1.3 jupyter==1.0.0 seaborn==0.10.0 scikit-learn==0.22.1 -tensorflow==2.0.1 +tensorflow==2.9.3 Cython==0.29.15 \ No newline at end of file