Skip to content

Commit

Permalink
fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
luweizheng committed Jul 7, 2024
1 parent 4c86b50 commit 9b53667
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/xorbits/numpy/lib/index_tricks.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import numpy
from numpy import __version__ as np_ver
if np_ver >= "2.0.0":
from numpy.lib import _index_tricks_impl as index_tricks
Expand Down

0 comments on commit 9b53667

Please sign in to comment.