You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 to3.3.2
, and that would pass, but the docstrings were getting tested with matplotlib3.6.2
becausematplotlib
wasn't pinned inenvironment.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
The text was updated successfully, but these errors were encountered: