From 48c73a3e9058867c14da849efa5b4854c5e95d27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2020 19:38:25 +0000 Subject: [PATCH] Bump tensorflow in /machine-learning/image-classifier Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.1 to 2.0.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.0.3) Signed-off-by: dependabot[bot] --- machine-learning/image-classifier/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-learning/image-classifier/requirements.txt b/machine-learning/image-classifier/requirements.txt index 4d061f10..79f2f876 100644 --- a/machine-learning/image-classifier/requirements.txt +++ b/machine-learning/image-classifier/requirements.txt @@ -1,4 +1,4 @@ matplotlib numpy -tensorflow==2.0.1 +tensorflow==2.0.3 tensorflow_datasets \ No newline at end of file