Skip to content

Commit

Permalink
Revert "remove NumPy import from ivy init file."
Browse files Browse the repository at this point in the history
This reverts commit 3294e4b.
  • Loading branch information
CatB1t committed Feb 11, 2023
1 parent 3294e4b commit 1e6cfe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ivy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import warnings
from ivy._version import __version__ as __version__
import builtins
import numpy as np

try:
import torch
Expand Down

0 comments on commit 1e6cfe1

Please sign in to comment.