You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The box manager fails with the latest matplotlib 3.9.0:
File "/home/gsharov/soft/miniconda3/envs/napari-0.4.17/lib/python3.10/site-packages/box_manager/io/tloc.py", line 113, in to_napari
colors = mcm.get_cmap("gist_rainbow")
AttributeError: module 'matplotlib.cm' has no attribute 'get_cmap'
The box manager fails with the latest matplotlib 3.9.0:
Cause: https://matplotlib.org/stable/api/prev_api_changes/api_changes_3.9.0.html#top-level-cmap-registration-and-access-functions-in-mpl-cm
Suggestion: pin matplotlib version to 3.8.4 in conda_env.yml
The text was updated successfully, but these errors were encountered: