Skip to content
Snippets Groups Projects

Add scikit-image

Merged Amir MOHAMMADI requested to merge add-scikit-image into master
1 file
+ 6
3
Compare changes
  • Side-by-side
  • Inline
from-scratch.sh 100755 → 100644
+ 6
3
@@ -50,7 +50,8 @@ if [[ "$PYTHON_VERSION" == "2.7" ]]; then
@@ -50,7 +50,8 @@ if [[ "$PYTHON_VERSION" == "2.7" ]]; then
psutil=4.3.0=py27_0 \
psutil=4.3.0=py27_0 \
scikit-learn=0.17.1 \
scikit-learn=0.17.1 \
scipy=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
fi
if [[ "$PYTHON_VERSION" == "3.4" ]]; then
if [[ "$PYTHON_VERSION" == "3.4" ]]; then
${CONDA} install --yes -n ${NAME} --override-channels -c defaults \
${CONDA} install --yes -n ${NAME} --override-channels -c defaults \
@@ -72,7 +73,8 @@ if [[ "$PYTHON_VERSION" == "3.4" ]]; then
@@ -72,7 +73,8 @@ if [[ "$PYTHON_VERSION" == "3.4" ]]; then
psutil=4.3.0=py34_0 \
psutil=4.3.0=py34_0 \
scikit-learn=0.17.1 \
scikit-learn=0.17.1 \
scipy=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
fi
if [[ "$PYTHON_VERSION" == "3.5" ]]; then
if [[ "$PYTHON_VERSION" == "3.5" ]]; then
${CONDA} install --yes -n ${NAME} --override-channels -c defaults \
${CONDA} install --yes -n ${NAME} --override-channels -c defaults \
@@ -94,7 +96,8 @@ if [[ "$PYTHON_VERSION" == "3.5" ]]; then
@@ -94,7 +96,8 @@ if [[ "$PYTHON_VERSION" == "3.5" ]]; then
psutil=4.3.0=py35_0 \
psutil=4.3.0=py35_0 \
scikit-learn=0.17.1 \
scikit-learn=0.17.1 \
scipy=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
fi
${CONDA} install --yes -n ${NAME} --override-channels -c defaults \
${CONDA} install --yes -n ${NAME} --override-channels -c defaults \
Loading