Re-enable pyamg, since release 3.0.2 closes #1788

This reverts commit a9b4e78934.
This commit is contained in:
Stefan van der Walt
2015-12-13 19:51:36 -08:00
parent 7aa680ccd1
commit 8be859829e
2 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ Version 0.13
involves removing the function _mode_deprecations from skimage._shared.utils
as well as any uses of _mode_deprecations from restoration/_denoise.py,
_shared/interpolation.pyx, transform/_geometric.py, and transform/_warps.py
* Re-enable pyamg in Travis tests
Version 0.12
+3 -7
View File
@@ -45,13 +45,9 @@ elif [[ $PY != 3.2* ]]; then
python ~/venv/bin/pyside_postinstall.py -install
fi
## Disable pyamg until
## https://github.com/scikit-image/scikit-image/issues/1788
## is closed
#if [[ $PY == 2.* ]]; then
# pip install --retries 3 -q pyamg
#fi
if [[ $PY == 2.* ]]; then
pip install --retries 3 -q pyamg
fi
# Show what's installed
pip list