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
Getting a DeprecationWarning on /usr/local/lib/python3.11/site-packages/plotly/express/imshow_utils.py:24 due to use of deprecated type np.bool8.
Hopefully it is as simple as just removing line 24 from this file, as dtype_range in scikit-image only has np.bool_ and not np.bool8, but I'm not 100% sure what is needed here.
The text was updated successfully, but these errors were encountered:
Getting a DeprecationWarning on
/usr/local/lib/python3.11/site-packages/plotly/express/imshow_utils.py:24
due to use of deprecated type np.bool8.Hopefully it is as simple as just removing line 24 from this file, as dtype_range in scikit-image only has np.bool_ and not np.bool8, but I'm not 100% sure what is needed here.
The text was updated successfully, but these errors were encountered: