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
We need to remove usage of these deprecated attributes (deprecated in 1.20, broken in 1.24). We pinned numpy to <1.24.0 to get around this, will need to fix our tests before we unpin numpy.
AttributeError: module 'numpy' has no attribute 'long' seen in #31193. AttributeError: module 'numpy' has no attribute 'int' seen in #31194.
The text was updated successfully, but these errors were encountered:
cadedaniel
added
bug
Something that is supposed to be working; but isn't
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
data
Ray Data-related issues
labels
Dec 21, 2022
We need to remove usage of these deprecated attributes (deprecated in 1.20, broken in 1.24). We pinned numpy to <1.24.0 to get around this, will need to fix our tests before we unpin numpy.
AttributeError: module 'numpy' has no attribute 'long'
seen in #31193.AttributeError: module 'numpy' has no attribute 'int'
seen in #31194.The text was updated successfully, but these errors were encountered: