-
Notifications
You must be signed in to change notification settings - Fork 197
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
[FIX] Update dask-cuda
versions in dev env ymls
#710
[FIX] Update dask-cuda
versions in dev env ymls
#710
Conversation
…envs-dask-cuda-version
rerun tests |
1 similar comment
rerun tests |
@@ -15,7 +15,7 @@ dependencies: | |||
- rapids-notebook-env=22.02.* | |||
- rapids-doc-env=22.02.* | |||
- rmm=22.02.* | |||
- dask-cuda=22.02.* | |||
- dask-cuda=22.08. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To match other repos' pinnings (and other pinnings in this file), does this need a trailing *
?
- dask-cuda=22.08. | |
- dask-cuda=22.08.* |
@@ -15,7 +15,7 @@ dependencies: | |||
- rapids-notebook-env=22.02.* | |||
- rapids-doc-env=22.02.* | |||
- rmm=22.02.* | |||
- dask-cuda=22.02.* | |||
- dask-cuda=22.08. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- dask-cuda=22.08. | |
- dask-cuda=22.08.* |
@@ -15,7 +15,7 @@ dependencies: | |||
- rapids-notebook-env=22.02.* | |||
- rapids-doc-env=22.02.* | |||
- rmm=22.02.* | |||
- dask-cuda=22.02.* | |||
- dask-cuda=22.08. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- dask-cuda=22.08. | |
- dask-cuda=22.08.* |
@@ -16,7 +16,7 @@ dependencies: | |||
- rapids-notebook-env=22.02.* | |||
- rapids-doc-env=22.02.* | |||
- rmm=22.02.* | |||
- dask-cuda=22.02.* | |||
- dask-cuda=22.08. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- dask-cuda=22.08. | |
- dask-cuda=22.08.* |
FYI, I am seeing conflicts in rapids-compose that this would solve. It would be nice to get this merged soon -- I know CI issues have been blocking a lot of things. |
This PR complements / supersedes #710 by updating all the RAPIDS packages pinned to the current minor version. This PR also aligns the `update-version.sh` script with the [behavior of the same script from cuML](https://github.com/rapidsai/cuml/blob/branch-22.08/ci/release/update-version.sh), to keep this problem from reoccurring. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Jordan Jacobelli (https://github.com/Ethyling) URL: #713
This can be closed because #713 was merged. |
No description provided.