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

[Datasets] numpy 1.24 breaks np.int, np.long which are used in tests #31258

Closed
cadedaniel opened this issue Dec 21, 2022 · 0 comments · Fixed by #31329
Closed

[Datasets] numpy 1.24 breaks np.int, np.long which are used in tests #31258

cadedaniel opened this issue Dec 21, 2022 · 0 comments · Fixed by #31329
Labels
bug Something that is supposed to be working; but isn't data Ray Data-related issues triage Needs triage (eg: priority, bug/not-bug, and owning component)

Comments

@cadedaniel
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that is supposed to be working; but isn't data Ray Data-related issues triage Needs triage (eg: priority, bug/not-bug, and owning component)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant