Skip to content

Commit dd38eea

Browse files
authored
CI: revert back to dateutil released as many changes (pandas-dev#18325)
1 parent 6405919 commit dd38eea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/requirements-3.6_NUMPY_DEV.build.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ 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-
pip install -U git+git://github.com/dateutil/dateutil.git
15+
# pip install -U git+git://github.com/dateutil/dateutil.git
16+
pip install dateutil
1617

1718
# cython via pip
1819
pip install cython

0 commit comments

Comments
 (0)