Skip to content

Commit 69e7369

Browse files
committed
install dateutil from master
1 parent d0080eb commit 69e7369

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/requirements-3.6_NUMPY_DEV.build.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ pip uninstall numpy -y
1010
# install numpy wheel from master
1111
PRE_WHEELS="https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com"
1212
pip install --pre --upgrade --timeout=60 -f $PRE_WHEELS numpy scipy
13-
pip install -U git+git://github.com/dateutil/dateutil.git@33614e72c4beecae4821eb4012d6cb13c1bac585
13+
14+
# install dateutil from master
15+
pip install -U git+git://github.com/dateutil/dateutil.git
1416

1517
true

0 commit comments

Comments
 (0)