From 98ce226581396bbb4fdbe610f5bacaee0fc20abb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 17:14:12 +0000 Subject: [PATCH] Bump tensorflow Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.1 to 2.6.4. - [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.6.4) --- 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..a706a9c 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.6.4 Cython==0.29.15 \ No newline at end of file