Skip to content

Commit

Permalink
install dateutil from master
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Jun 14, 2017
1 parent d0080eb commit 69e7369
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/requirements-3.6_NUMPY_DEV.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ pip uninstall numpy -y
# install numpy wheel from master
PRE_WHEELS="https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com"
pip install --pre --upgrade --timeout=60 -f $PRE_WHEELS numpy scipy
pip install -U git+git://github.com/dateutil/dateutil.git@33614e72c4beecae4821eb4012d6cb13c1bac585

# install dateutil from master
pip install -U git+git://github.com/dateutil/dateutil.git

true

0 comments on commit 69e7369

Please sign in to comment.