-
Notifications
You must be signed in to change notification settings - Fork 10
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
Automatic doc build failing #18
Comments
suspicious that a breaking release of numpy was released last week (for the first time in a decade) |
Hm odd, no haven't seen that before. Did anybody try building this locally? |
Looks like the issue is actually a new matplotlib version and a call by PyPlot to an outdated API. The fix is already merged in PyPlot (JuliaPy/PyPlot.jl#583), but there's no patch release yet. I "fixed" it for now in #19 by pinning matplotlib to 3.8. In the long term, we should probably change to a different plotting library for the examples, but for now it's fine I suppose. |
FYI, the successful run in the PR already deployed the latest version of the docs. I'll leave the PR dangling for a few days and merge then if there are no comments. |
Looks good to me! |
Thanks for fixing this. |
Hi @david-pl, it looks like the build/deploy workflow is failing because of a matplotlib error at the moment. Have you seen this before?
The text was updated successfully, but these errors were encountered: