-
Notifications
You must be signed in to change notification settings - Fork 66
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
compatibility issues with matplotlib 3.8.0 #441
Comments
same issue here |
For anyone coming across this issue, for now, just restrict matplotlib below 3.8, i.e. Addressing this in #442 , solves it temporarily, but we should have a long-term solution. @andrzejnovak maybe? |
Looks like this interface was made internal and deprecated some time ago: https://matplotlib.org/stable/api/docstring_api.html#matplotlib-docstring |
If you're willing to depend on an internal interface the fix is easy. @andrzejnovak |
Thanks for reporting everyone. Things should be fixed in 0.3.29 with @lgray's suggestion, but I'll leave this open for now until that's made more permanent. |
matplotlib docs state that "Its use is deprecated and it will be removed in a future version.", so a permanent fix is definitely gonna be required at some point. |
The latest mplhep 0.3.28 seems incompatible with the latest matplotlib 3.8.0
The text was updated successfully, but these errors were encountered: