From a5a5a7d261d1d859a444ab97d8e1218de71dfa6b Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Mon, 16 Jan 2023 18:18:04 +0100 Subject: [PATCH] Update required matplotlib version --- ci/recipe/meta.yaml | 2 +- dev-spec.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/recipe/meta.yaml b/ci/recipe/meta.yaml index aae875867..ba66b62a5 100644 --- a/ci/recipe/meta.yaml +++ b/ci/recipe/meta.yaml @@ -34,7 +34,7 @@ requirements: - gsw - lxml - mache >=1.11.0 - - matplotlib-base >=3.0.2 + - matplotlib-base >=3.6.0 - mpas_tools >=0.16.0 - nco >=4.8.1 - netcdf4 diff --git a/dev-spec.txt b/dev-spec.txt index dee169ca2..7cd09c3ed 100644 --- a/dev-spec.txt +++ b/dev-spec.txt @@ -15,7 +15,7 @@ geometric_features>=1.0.0 gsw lxml mache >=1.11.0 -matplotlib-base>=3.0.2 +matplotlib-base>=3.6.0 mpas_tools>=0.16.0 nco>=4.8.1 netcdf4 diff --git a/setup.py b/setup.py index 0362f6e34..6766c212d 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'dask', 'gsw', 'lxml', - 'matplotlib >=3.0.2', + 'matplotlib >=3.6.0', 'netcdf4', 'numpy', 'pandas',