mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-10 12:35:06 +08:00
Fix install of imread
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ script:
|
|||||||
|
|
||||||
# - imread does NOT support py3.2
|
# - imread does NOT support py3.2
|
||||||
- if [[ $TRAVIS_PYTHON_VERSION != 3.2 ]]; then
|
- if [[ $TRAVIS_PYTHON_VERSION != 3.2 ]]; then
|
||||||
sudo apt-get install -q libtiff4-dev libwebp-dev xcftools;
|
sudo apt-get install -q libtiff4-dev libwebp-dev libpng12-dev xcftools;
|
||||||
travis_retry pip install imread;
|
travis_retry pip install imread;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user