From 95a81743b00707aeef987d1d944a533300dd2e38 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2020 04:38:48 +0000 Subject: [PATCH] Update matplotlib requirement from ~=3.2.0 to >=3.2,<3.4 Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.2.0...v3.3.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 2c2d826..88e6101 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ extras_require={ "plotting": [ - "matplotlib~=3.2.0", + "matplotlib>=3.2,<3.4", ], "dev": [ "pylint",