Skip to content

DeprecationWarning from Numpy 1.24.0 due to usage of np.bool8 #3991

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

Closed
jonyscathe opened this issue Dec 21, 2022 · 0 comments · Fixed by #3997
Closed

DeprecationWarning from Numpy 1.24.0 due to usage of np.bool8 #3991

jonyscathe opened this issue Dec 21, 2022 · 0 comments · Fixed by #3997

Comments

@jonyscathe
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant