From 1654e99fe48293954c74069c74d9be5772e39de3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 20:45:57 +0000 Subject: [PATCH] Bump tensorflow Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.1 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/v2.0.1...v2.7.2) --- 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..589a5a6 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.7.2 Cython==0.29.15 \ No newline at end of file