modin-project / modin

Modin: Scale your Pandas workflows by changing a single line of code
http://modin.readthedocs.io
Apache License 2.0
9.59k stars 647 forks source link

NumPy 2.0 support #7310

Closed anmyachev closed 2 weeks ago

anmyachev commented 2 weeks ago

Planned release with NumPy>=2.0 support: 0.31.0.

There is not much left to do to achieve this. Fix the imports in the modin.numpy module (according https://github.com/modin-project/modin/pull/7301/files).