File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 44
44
PYTHON_VERSION : ' 3.7'
45
45
INSTALL_MKL : ' true'
46
46
PANDAS_VERSION : ' *'
47
+ DASK_VERSION : ' *'
47
48
KERAS_VERSION : ' *'
48
49
COVERAGE : ' true'
49
50
JOBLIB_VERSION : ' *'
52
53
DISTRIB : ' conda'
53
54
PYTHON_VERSION : ' 3.8'
54
55
PANDAS_VERSION : ' *'
56
+ DASK_VERSION : ' *'
55
57
JOBLIB_VERSION : ' *'
56
58
INSTALL_MKL : ' true'
57
59
TENSORFLOW_VERSION : ' *'
Original file line number Diff line number Diff line change @@ -94,9 +94,10 @@ elif [[ "$DISTRIB" == "conda-pip-latest" ]]; then
94
94
make_conda " python=$PYTHON_VERSION "
95
95
python -m pip install -U pip
96
96
python -m pip install numpy scipy joblib cython
97
+ python -m pip install pandas==$PANDAS_VERSION
98
+ python -m pip install dask==$DASK_VERSION
97
99
python -m pip install scikit-learn
98
100
python -m pip install pytest==$PYTEST_VERSION pytest-cov pytest-xdist
99
- python -m pip install pandas
100
101
fi
101
102
102
103
if [[ " $COVERAGE " == " true" ]]; then
You can’t perform that action at this time.
0 commit comments