From 8dd2ce67255caabc2db8cfdd0fd61ff242756ea5 Mon Sep 17 00:00:00 2001 From: Brian McFee Date: Fri, 22 Mar 2024 15:36:09 -0400 Subject: [PATCH] bumping matplotlib to 3.0 (2018) --- .github/environment-minimal.yml | 2 +- .github/environment.yml | 2 +- setup.cfg | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/environment-minimal.yml b/.github/environment-minimal.yml index 8ae2553c..7764dbda 100644 --- a/.github/environment-minimal.yml +++ b/.github/environment-minimal.yml @@ -6,7 +6,7 @@ dependencies: - pip - numpy ==1.14.0 - scipy ==1.4.0 - - matplotlib==2.2.0 + - matplotlib==3.0.0 - pytest - pytest-cov - pytest-mpl diff --git a/.github/environment.yml b/.github/environment.yml index d283a2e4..56715ed0 100644 --- a/.github/environment.yml +++ b/.github/environment.yml @@ -6,7 +6,7 @@ dependencies: - pip - numpy >=1.14.0 - scipy >=1.4.0 - - matplotlib>=2.2.0 + - matplotlib>=3.0.0 - pytest - pytest-cov - pytest-mpl diff --git a/setup.cfg b/setup.cfg index b9f33aab..2a93a996 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,9 +51,9 @@ install_requires = [options.extras_require] display = - matplotlib >= 2.2.0 + matplotlib >= 3.0.0 testing = - matplotlib >= 2.2.0 + matplotlib >= 3.0.0 decorator pytest pytest-cov