Skip to content

Commit

Permalink
Update .travis_install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
8bit-pixies committed Jul 26, 2019
1 parent d33a238 commit 5719a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/.travis_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ conda create -n testenv --yes python=$PYTHON_VERSION pip nose \
source activate testenv

pip install deap tqdm update_checker stopit \
dask[delayed] xgboost cloudpickle==0.5.6
dask[delayed] xgboost tensorflow cloudpickle==0.5.6
pip install dask_ml==$DASK_ML_VERSION

if [[ "$COVERAGE" == "true" ]]; then
Expand Down

0 comments on commit 5719a87

Please sign in to comment.