mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-10 12:35:06 +08:00
Re-enable pyamg, since release 3.0.2 closes #1788
This reverts commit a9b4e78934.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user