Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
remove pyarrow import, no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray committed Dec 7, 2019
1 parent b08f5b7 commit 7f52c3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion awkward/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import distutils.version

import numpy
import pyarrow
if distutils.version.LooseVersion(numpy.__version__) < distutils.version.LooseVersion("1.13.1"):
raise ImportError("Numpy 1.13.1 or later required")

Expand Down

0 comments on commit 7f52c3d

Please sign in to comment.