From 17ccf92d9bab0365ba3f65a028c79496d7c04dfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2020 12:49:08 +0000 Subject: [PATCH] Bump tensorflow in /machine-learning/image-classifier Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.0 to 2.0.1. - [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.0...v2.0.1) 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 285fc0cf..4d061f10 100644 --- a/machine-learning/image-classifier/requirements.txt +++ b/machine-learning/image-classifier/requirements.txt @@ -1,4 +1,4 @@ matplotlib numpy -tensorflow==2.0.0 +tensorflow==2.0.1 tensorflow_datasets \ No newline at end of file