From ae6d5aa1857559038897122d8cd1d8ec4f08dcd3 Mon Sep 17 00:00:00 2001 From: cgarling Date: Sun, 21 Jul 2024 11:17:07 -0400 Subject: [PATCH] allow matplotlib > 3.8 PyPlot.jl previously didn't support mpl 3.9, it should now --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c2e16c3..43555c8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -75,7 +75,7 @@ jobs: with: python-version: '3.x' - run: python -m pip install --upgrade pip - - run: pip install 'matplotlib==3.8.*' + - run: pip install 'matplotlib==3' - uses: julia-actions/setup-julia@v2 with: version: '1'