From 9ce85e4f5b9cd3a18c7591256ab36a1c6feea1ed Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Thu, 31 Mar 2022 13:40:09 -0400 Subject: [PATCH] Add `dask`/`distributed` version specs to `rapids-notebook-env` This PR adds `dask`/`distributed` version specs to the `rapids-notebook-env` to ensure that the RAPIDS supported versions of these packages are installed. This should resolve an issue in our child `rapidsai/docker` images where older versions of `dask-cudf`/`cudf`/`libcudf` were being installed due to mismatched version specifications for these packages. --- conda/recipes/rapids-notebook-env/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conda/recipes/rapids-notebook-env/meta.yaml b/conda/recipes/rapids-notebook-env/meta.yaml index 9ac98d4e..630b3254 100644 --- a/conda/recipes/rapids-notebook-env/meta.yaml +++ b/conda/recipes/rapids-notebook-env/meta.yaml @@ -42,9 +42,11 @@ requirements: - cudatoolkit ={{ cuda_major }}.* - cupy {{ cupy_version }} - cython {{ cython_version }} + - dask {{ dask_version }} - dask-labextension - dask-ml - datashader {{ datashader_version }} + - distributed {{ distributed_version }} - filterpy - holoviews - ipython {{ ipython_version }}