From 9927de981b44cbd61b00169552e246fbdb1d66db Mon Sep 17 00:00:00 2001 From: Brian McFee Date: Fri, 22 Mar 2024 15:28:42 -0400 Subject: [PATCH] bumping min matplotlib as well --- .github/environment.yml | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/environment.yml b/.github/environment.yml index 8e2971a0..d283a2e4 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.1.0 + - matplotlib>=2.2.0 - pytest - pytest-cov - pytest-mpl diff --git a/setup.cfg b/setup.cfg index af3a7fcf..b9f33aab 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,9 +51,9 @@ install_requires = [options.extras_require] display = - matplotlib >= 1.5.0 + matplotlib >= 2.2.0 testing = - matplotlib >= 2.1.0 + matplotlib >= 2.2.0 decorator pytest pytest-cov