xorbitsai / xorbits

Scalable Python DS & ML, in an API compatible & lightning fast way.
https://xorbits.io
Apache License 2.0
1.06k stars 67 forks source link

ENH: Fix import error if np>=2.0 #787

Open luweizheng opened 3 days ago

luweizheng commented 3 days ago

This PR only fix import xorbits error when numpy >= 2.0. It does not fix all the numpy 2.0 issues.