From 1f8649e589d2a5871b5e491e6895f216195cc85f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Morales?= Date: Mon, 22 Jan 2024 11:54:41 -0600 Subject: [PATCH] uninstall dask-core --- .ci/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/test.sh b/.ci/test.sh index 9f2123cadaeb..61740ab46471 100755 --- a/.ci/test.sh +++ b/.ci/test.sh @@ -321,7 +321,7 @@ matplotlib.use\(\"Agg\"\)\ # importing the library should succeed even if all optional dependencies are not present mamba uninstall -n $CONDA_ENV --force --yes \ cffi \ - dask \ + dask-core \ distributed \ joblib \ matplotlib \