-
Notifications
You must be signed in to change notification settings - Fork 51
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
Matplotlib
3.9 broken dependency
#520
Comments
Matplotlib
broken dependencyMatplotlib
3.9 broken dependency
Yes, I mean, this removed func you mentioned is used In 'cooltools.lib.plotting' module. |
must be finally solved by #533. Feel free to reopen if the issue appears again! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I found that in new version of
matplotlib
(3.9) there are some functions being removed.For instance, for
I've got:
This function was present in 3.8, but not in 3.9 (https://matplotlib.org/3.8.4/api/cm_api.html#matplotlib.cm.register_cmap
)
So maybe you could add specific version of
matplotlib
to therequirements.txt
, or adjust the codeThe text was updated successfully, but these errors were encountered: