From 914c4d3e0b00f073217aefe8ef5e28e0ae7cc350 Mon Sep 17 00:00:00 2001 From: Vincent Roseberry Date: Mon, 7 Dec 2020 13:34:45 -0800 Subject: [PATCH] Remove dask xgboost Fixes #911. This package only works with xgboost <= 0.90: https://github.com/dask/dask-xgboost/blob/master/requirements.txt#L1 BUG=175051617 --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c0d58c89..ddf08fff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -229,7 +229,6 @@ RUN pip install mpld3 && \ pip install geoplot && \ pip install eli5 && \ pip install implicit && \ - pip install dask-ml[xgboost] && \ pip install kaggle && \ /tmp/clean-layer.sh