Skip to content

Update dask & distributed minimum versions - #438

Merged
ajschmidt8 merged 1 commit into
rapidsai:branch-22.04from
ajschmidt8:update-dask
Mar 7, 2022
Merged

ajschmidt8 merged 1 commit into
rapidsai:branch-22.04from
ajschmidt8:update-dask

Conversation

@ajschmidt8

Copy link
Copy Markdown
Member

Currently when I run conda create -n test-env rapids-build-env locally, it installs an older version of dask and distributed which is causing issues in our devel image builds shown in the log link below. When I create a new environment with conda create -n test-env rapids-build-env "dask>=2022.02.1", it correctly installs the latest dask and distributed versions and fixes the build issue. This PR updates the dask and distributed versions to match the working version specification.

Currently when I run `conda create -n test-env rapids-build-env` locally, it installs an older version of `dask` and `distributed` which is causing issues in our `devel` image builds shown in the log link below. When I create a new environment with `conda create -n test-env rapids-build-env "dask>=2022.02.1"`, it correctly installs the latest `dask` and `distributed` versions and fixes the build issue. This PR updates the `dask` and `distributed` versions to match the working version specification.

- https://gpuci.gpuopenanalytics.com/job/rapidsai/job/docker/job/rapidsai-core-devel/1105/BUILD_IMAGE=rapidsai%2Frapidsai-core-dev-nightly,CUDA_VER=11.5,FROM_IMAGE=gpuci%2Frapidsai,IMAGE_TYPE=devel,LINUX_VER=ubuntu20.04,PYTHON_VER=3.8,RAPIDS_VER=22.04/console
@ajschmidt8
ajschmidt8 requested a review from a team as a code owner March 7, 2022 19:49

@AyodeAwe AyodeAwe left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ajschmidt8
ajschmidt8 merged commit 0b02573 into rapidsai:branch-22.04 Mar 7, 2022
@ajschmidt8
ajschmidt8 deleted the update-dask branch March 7, 2022 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants