-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cartopy incompatibility with new matplotlib 3.3.0 #1615
Comments
Yes, Cartopy is using some private functions from MPL in the pcolormesh function, so that change wasn't announced in the MPL release. The fix is in Cartopy 0.18, so try to upgrade if you can. This is the commit. |
Closing as fixed in 0.18.0; there's nothing we can do about 0.17.0. |
6 tasks
This was referenced Aug 19, 2020
This was referenced Oct 26, 2020
This was referenced Oct 29, 2020
This was referenced Jan 22, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
It looks like there's an incompatibility between cartopy 0.17.0 and the new matplotlib 3.3.0. See the bottom of https://travis-ci.com/github/bradyrx/climpred/builds/176836907.
It looks like
cartopy
is using the keywordallmatch
which must have been dropped, although it's not mentioned in the changelog formatplotlib
. We fixed this issue by forcingmatplotlib <= 3.2.2
in our docs for now.The text was updated successfully, but these errors were encountered: