-
Notifications
You must be signed in to change notification settings - Fork 102
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
Support matplotlib >= 3.6.0 #451
Comments
FYI PR is here to fix these compatibility issues: #450. Not sure if there are hidden breaks in the package since there isn't currently a test suite. But this currently doesn't break on import at least. |
Any progress or plans? |
See #459 (comment) |
Please see #459! Until this gets merged in and released as an official version, you can install pip install git+https://github.com/proplot-dev/proplot.git@refs/pull/459/head |
Currently the latest
proplot
version only supportsmatplotlib<=3.4.3
. Given thatmatplotlib
is up to 3.8.3 and the latestxarray
versions require higher versions, we should push to support the latestmatplotlib
here.It could be fruitful in the future to run a nightly test suite running the bleeding edge of this repo against the latest
matplotlib
version to detect this sooner.The conda feedstock is also locked at
matplotlib-base < 3.5.0
due to these issues. See PR here waiting for new proplot release: conda-forge/proplot-feedstock#28.The text was updated successfully, but these errors were encountered: