Skip to content

Commit

Permalink
Merge pull request #3891 from jreback/hdf_bld
Browse files Browse the repository at this point in the history
BLD: install older versions of numexpr/pytables on fulldeps/2 build
  • Loading branch information
jreback committed Jun 13, 2013
2 parents 111ff2b + 77b4205 commit 34b55ce
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,17 @@ if ( ! $VENV_FILE_AVAILABLE ); then
if [ x"$FULL_DEPS" == x"true" ]; then
echo "Installing FULL_DEPS"
pip install $PIP_ARGS cython
pip install $PIP_ARGS numexpr

if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then
pip install $PIP_ARGS xlwt
pip install $PIP_ARGS bottleneck
pip install $PIP_ARGS numexpr==2.0.1
pip install $PIP_ARGS tables==2.3.1
else
pip install $PIP_ARGS numexpr
pip install $PIP_ARGS tables
fi

pip install $PIP_ARGS tables
pip install $PIP_ARGS matplotlib
pip install $PIP_ARGS openpyxl
pip install $PIP_ARGS xlrd>=0.9.0
Expand Down

0 comments on commit 34b55ce

Please sign in to comment.