From ad7382c5891334b82aaf7a856e1ce0a5580d822a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 04:31:54 +0000 Subject: [PATCH] Update matplotlib requirement from ~=3.2.0 to >=3.2,<3.5 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.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 2c2d826..13a82fb 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ extras_require={ "plotting": [ - "matplotlib~=3.2.0", + "matplotlib>=3.2,<3.5", ], "dev": [ "pylint",