From 666ecf2d0236045a47f0854a8c7d4de701fcb43e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 10:25:29 +0000 Subject: [PATCH] Bump matplotlib from 3.0.3 to 3.4.0 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.0.3 to 3.4.0. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.0.3...v3.4.0) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c34cec9d..4682ccee 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ def find_version(): ], extras_require={ - 'interactive': ['matplotlib==3.0.3'], + 'interactive': ['matplotlib==3.4.0'], 'none': [], 'cpu': ['tensorflow==1.13.2'], 'gpu': ['tensorflow-gpu==1.13.2'],