From f8b86eeda2a56c52ef9ee89ecdc6ec44d39bf4ee Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 21 Jun 2024 11:18:50 +0100 Subject: [PATCH] test --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 433f5d1c4..6ce8863c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,11 +14,11 @@ jobs: include: - python-version: "3.10" # Minimal versions numpy: "numpy" - extras: matplotlib==2.2.5 + extras: matplotlib==3.0.3 - python-version: "3.10" numpy: "numpy" uncertainties: "uncertainties" - extras: "sparse xarray netCDF4 dask[complete]==2023.4.0 graphviz babel==2.8 mip>=1.13" + extras: "sparse xarray netCDF4 dask[complete]==2024.5.1 graphviz babel==2.8 mip>=1.13" runs-on: ubuntu-latest env: