Skip to content

Commit bbadc81

Browse files
authored
COMPAT: re-enable dateutil install from master (#18172)
1 parent d8129b4 commit bbadc81

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ci/requirements-3.6_NUMPY_DEV.build.sh

+1-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ PRE_WHEELS="https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf
1212
pip install --pre --upgrade --timeout=60 -f $PRE_WHEELS numpy scipy
1313

1414
# install dateutil from master
15-
16-
# TODO(jreback), temp disable dateutil master has changed
17-
# pip install -U git+git://github.com/dateutil/dateutil.git
18-
pip install python-dateutil
15+
pip install -U git+git://github.com/dateutil/dateutil.git
1916

2017
# cython via pip
2118
pip install cython

0 commit comments

Comments
 (0)