Skip to content
Snippets Groups Projects
Commit 81107307 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'add_dask' into 'master'

Added dask 0.10.0 to from-scratch.sh



See merge request !3
parents e34b464f 8c1d0f71
No related branches found
No related tags found
1 merge request!3Added dask 0.10.0 to from-scratch.sh
...@@ -51,6 +51,7 @@ if [[ "$PYTHON_VERSION" == "2.7" ]]; then ...@@ -51,6 +51,7 @@ if [[ "$PYTHON_VERSION" == "2.7" ]]; then
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 \
dask=0.10.0=py27_0 \
scikit-image=0.12.3=np111py27_1 scikit-image=0.12.3=np111py27_1
fi fi
if [[ "$PYTHON_VERSION" == "3.4" ]]; then if [[ "$PYTHON_VERSION" == "3.4" ]]; then
...@@ -74,6 +75,7 @@ if [[ "$PYTHON_VERSION" == "3.4" ]]; then ...@@ -74,6 +75,7 @@ if [[ "$PYTHON_VERSION" == "3.4" ]]; then
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 \
dask=0.10.0=py34_0 \
scikit-image=0.12.3=np111py34_1 scikit-image=0.12.3=np111py34_1
fi fi
if [[ "$PYTHON_VERSION" == "3.5" ]]; then if [[ "$PYTHON_VERSION" == "3.5" ]]; then
...@@ -97,6 +99,7 @@ if [[ "$PYTHON_VERSION" == "3.5" ]]; then ...@@ -97,6 +99,7 @@ if [[ "$PYTHON_VERSION" == "3.5" ]]; then
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 \
dask=0.10.0=py35_0 \
scikit-image=0.12.3=np111py35_1 scikit-image=0.12.3=np111py35_1
fi fi
......
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