mabarnes / moment_kinetics

Other
2 stars 4 forks source link

Temporarily pin matplotlib==3.8.3 for documentation CI job #223

Closed johnomotani closed 4 weeks ago

johnomotani commented 4 weeks ago

This prevents a current issue (see https://github.com/JuliaPy/PyPlot.jl/issues/582) with get_cmap() deprecation in matplotlib-3.9.0 from causing the documentation build to fail. Once the PyPlot.jl issue is resolved, and a fixed version is released, we can go back to using the latest version of matplotlib.

Note failing macOS parallel tests are fixed in #222.