Skip to content
Snippets Groups Projects
Commit f4ff26e1 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Add scikit-image

parent 1773489e
No related branches found
No related tags found
1 merge request!1Add scikit-image
......@@ -50,7 +50,8 @@ if [[ "$PYTHON_VERSION" == "2.7" ]]; then
psutil=4.3.0=py27_0 \
scikit-learn=0.17.1 \
scipy=0.17.1 \
sqlalchemy=1.0.13=py27_0
sqlalchemy=1.0.13=py27_0 \
scikit-image=0.12.3=np111py27_1
fi
if [[ "$PYTHON_VERSION" == "3.4" ]]; then
${CONDA} install --yes -n ${NAME} --override-channels -c defaults \
......@@ -72,7 +73,8 @@ if [[ "$PYTHON_VERSION" == "3.4" ]]; then
psutil=4.3.0=py34_0 \
scikit-learn=0.17.1 \
scipy=0.17.1 \
sqlalchemy=1.0.13=py34_0
sqlalchemy=1.0.13=py34_0 \
scikit-image=0.12.3=np111py34_1
fi
if [[ "$PYTHON_VERSION" == "3.5" ]]; then
${CONDA} install --yes -n ${NAME} --override-channels -c defaults \
......@@ -94,7 +96,8 @@ if [[ "$PYTHON_VERSION" == "3.5" ]]; then
psutil=4.3.0=py35_0 \
scikit-learn=0.17.1 \
scipy=0.17.1 \
sqlalchemy=1.0.13=py35_0
sqlalchemy=1.0.13=py35_0 \
scikit-image=0.12.3=np111py35_1
fi
${CONDA} install --yes -n ${NAME} --override-channels -c defaults \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment