From 8e78fca0fad54f306c8d86747b94e4da2eef9e36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Oct 2020 09:15:13 +0000 Subject: [PATCH] Bump tensorflow from 2.0.1 to 2.0.3 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3dea1c9..08fafb1 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ # What packages are required for this module to be executed? REQUIRED = [ 'protobuf==3.7.1', - 'tensorflow==2.0.1', + 'tensorflow==2.0.3', 'scikit-learn==0.21.0', 'numpy==1.16.2', 'pandas>=0.25.1',