Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove max version pin for dask & distributed on development branch #303

Merged
merged 1 commit into from
Jul 28, 2021

Conversation

galipremsagar
Copy link
Contributor

This PR will remove max version pinning for dask & distributed for development purposes.

ref: rapidsai/cudf#8881

@galipremsagar galipremsagar requested a review from a team as a code owner July 28, 2021 15:40
@github-actions github-actions bot added the gpuCI label Jul 28, 2021
@ajschmidt8 ajschmidt8 added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Jul 28, 2021
Comment on lines -62 to +63
pip install "git+https://github.com/dask/distributed.git@2021.07.1" --upgrade --no-deps
pip install "git+https://github.com/dask/dask.git@2021.07.1" --upgrade --no-deps
pip install "git+https://github.com/dask/distributed.git@main" --upgrade --no-deps
pip install "git+https://github.com/dask/dask.git@main" --upgrade --no-deps
Copy link
Member

Choose a reason for hiding this comment

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

Wonder if we should do something like this ( rapidsai/dask-cuda@855eeac ) to simplify this process

@ajschmidt8
Copy link
Member

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 78eca24 into rapidsai:branch-21.10 Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gpuCI improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants