Skip to content
Snippets Groups Projects

Added dask 0.10.0 to from-scratch.sh

Merged Olegs NIKISINS requested to merge add_dask into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -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
Loading