Skip to content
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

numpy np.bool8 is deprecated but used by plotly 5.11.0. #4010

Closed
ievgennaida opened this issue Jan 9, 2023 · 2 comments
Closed

numpy np.bool8 is deprecated but used by plotly 5.11.0. #4010

ievgennaida opened this issue Jan 9, 2023 · 2 comments

Comments

@ievgennaida
Copy link

np.bool8 is giving deprecated warning.

env\lib\site-packages\plotly\express\imshow_utils.py:24
  \plotly\express\imshow_utils.py:24: DeprecationWarning: `np.bool8` is a deprecated alias for `np.bool_`.  (Deprecated NumPy 1.24)
    np.bool8: (False, True),

numpy==1.24.1
plotly==5.11.0

@AaronStiff
Copy link
Contributor

Fixed in plotly 5.12.0 and up, specifically by #3997

@nicolaskruchten
Copy link
Contributor

Ah yes, thanks, i forgot to close this issue :)

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

No branches or pull requests

3 participants