Skip to content

Commit 45ff57f

Browse files
committed
DEPS: fix import (pandas-dev#34472)
1 parent 15cd795 commit 45ff57f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ci/deps/azure-37-minimum_versions.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
- jinja2=2.8
1919
- numba=0.46.0
2020
- numexpr=2.6.2
21-
- numpy=1.15.4
21+
- numpy=1.16.0
2222
- openpyxl=2.5.7
2323
- pytables=3.4.3
2424
- python-dateutil=2.7.3

pandas/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
# numpy compat
2222
from pandas.compat.numpy import (
23-
_np_version_under1p16,
2423
_np_version_under1p17,
2524
_np_version_under1p18,
2625
_is_numpy_dev,

0 commit comments

Comments
 (0)