diff --git a/install/from-scratch.sh b/install/from-scratch.sh index 9d4bae7417ec1aca99e7287a38e4dee5d3ee7037..f811d1377cedb0d0f7548113b11e6955adb2b6d4 100755 --- a/install/from-scratch.sh +++ b/install/from-scratch.sh @@ -51,6 +51,7 @@ if [[ "$PYTHON_VERSION" == "2.7" ]]; then scikit-learn=0.17.1 \ scipy=0.17.1 \ sqlalchemy=1.0.13=py27_0 \ + dask=0.10.0=py27_0 \ scikit-image=0.12.3=np111py27_1 fi if [[ "$PYTHON_VERSION" == "3.4" ]]; then @@ -74,6 +75,7 @@ if [[ "$PYTHON_VERSION" == "3.4" ]]; then scikit-learn=0.17.1 \ scipy=0.17.1 \ sqlalchemy=1.0.13=py34_0 \ + dask=0.10.0=py34_0 \ scikit-image=0.12.3=np111py34_1 fi if [[ "$PYTHON_VERSION" == "3.5" ]]; then @@ -97,6 +99,7 @@ if [[ "$PYTHON_VERSION" == "3.5" ]]; then scikit-learn=0.17.1 \ scipy=0.17.1 \ sqlalchemy=1.0.13=py35_0 \ + dask=0.10.0=py35_0 \ scikit-image=0.12.3=np111py35_1 fi