Skip to content

Commit

Permalink
allow matplotlib > 3.8
Browse files Browse the repository at this point in the history
PyPlot.jl previously didn't support mpl 3.9, it should now
  • Loading branch information
cgarling committed Jul 21, 2024
1 parent 6ffefec commit ae6d5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ae6d5aa

Please sign in to comment.