Update the setup script to install tifffile

This commit is contained in:
Steven Silvester
2014-10-12 15:12:45 -05:00
parent 56915d29c3
commit 6cff910f67
+2
View File
@@ -17,6 +17,8 @@ if [[ $TRAVIS_PYTHON_VERSION == 2.7* ]]; then
pip install https://github.com/networkx/networkx/archive/networkx-1.8.tar.gz
fi
pip install $WHEELHOUSE numpy
pip install tifffile
pip install -r requirements.txt $WHEELHOUSE
python check_bento_build.py