We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 111ff2b + 77b4205 commit 34b55ceCopy full SHA for 34b55ce
ci/install.sh
@@ -67,14 +67,17 @@ if ( ! $VENV_FILE_AVAILABLE ); then
67
if [ x"$FULL_DEPS" == x"true" ]; then
68
echo "Installing FULL_DEPS"
69
pip install $PIP_ARGS cython
70
- pip install $PIP_ARGS numexpr
71
72
if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then
73
pip install $PIP_ARGS xlwt
74
pip install $PIP_ARGS bottleneck
+ pip install $PIP_ARGS numexpr==2.0.1
75
+ pip install $PIP_ARGS tables==2.3.1
76
+ else
77
+ pip install $PIP_ARGS numexpr
78
+ pip install $PIP_ARGS tables
79
fi
80
- pip install $PIP_ARGS tables
81
pip install $PIP_ARGS matplotlib
82
pip install $PIP_ARGS openpyxl
83
pip install $PIP_ARGS xlrd>=0.9.0
0 commit comments