Skip to content

Commit c4daeb0

Browse files
author
y-p
committed
BLD: add numexpr, libhdf-dev to FULL_DEPS build for pytables
1 parent d37d74f commit c4daeb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/install.sh

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ if [ x"$FULL_DEPS" == x"true" ]; then
3838
fi
3939

4040
if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then
41+
sudo apt-get $APT_ARGS install libhdf5-serial-dev;
42+
pip install numexpr
4143
pip install tables
4244
fi
4345

0 commit comments

Comments
 (0)