Closed
Description
I think the minimum mpl version should be bumped to 3.6.1 for the 1.5.x releases too
It's true that the ci/deps/actions-38-minimum_versions.yaml
run would pin matplotlib to 3.3.2
, and that would pass, but the docstrings were getting tested with matplotlib 3.6.2
because matplotlib
wasn't pinned in environment.yml
So MPL 3.3.2 was never really supported to begin with in 1.5.x, it only looked like it was because some tests were being run with MPL 3.6.2
Shall we just bump it?
cc @phofl