Skip to content

Commit

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

try:
import torch
Expand Down

0 comments on commit 3294e4b

Please sign in to comment.