From 8c1d0f7185f4dbb21bc5428ece22e7d60d94226b Mon Sep 17 00:00:00 2001 From: Olegs NIKISINS <onikisins@italix03.idiap.ch> Date: Wed, 28 Sep 2016 10:28:21 +0200 Subject: [PATCH] Added dask 0.10.0 to from-scratch.sh --- install/from-scratch.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/from-scratch.sh b/install/from-scratch.sh index 9d4bae7..f811d13 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 -- GitLab