We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15cd795 commit 45ff57fCopy full SHA for 45ff57f
ci/deps/azure-37-minimum_versions.yaml
@@ -18,7 +18,7 @@ dependencies:
18
- jinja2=2.8
19
- numba=0.46.0
20
- numexpr=2.6.2
21
- - numpy=1.15.4
+ - numpy=1.16.0
22
- openpyxl=2.5.7
23
- pytables=3.4.3
24
- python-dateutil=2.7.3
pandas/__init__.py
@@ -20,7 +20,6 @@
# numpy compat
from pandas.compat.numpy import (
- _np_version_under1p16,
_np_version_under1p17,
25
_np_version_under1p18,
26
_is_numpy_dev,
0 commit comments