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

Update conda recipes to UCX 1.13.0 #736

Merged
merged 2 commits into from
Jul 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conda/environments/raft_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- rapids-doc-env=22.08.*
- rmm=22.08.*
- dask-cuda=22.08.*
- ucx>=1.12.1
- ucx>=1.13.0
- ucx-py=0.27.*
- ucx-proc=*=gpu
- doxygen>=1.8.20
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/raft_dev_cuda11.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- rapids-doc-env=22.08.*
- rmm=22.08.*
- dask-cuda=22.08.*
- ucx>=1.12.1
- ucx>=1.13.0
- ucx-py=0.27.*
- ucx-proc=*=gpu
- doxygen>=1.8.20
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/raft_dev_cuda11.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- rapids-doc-env=22.08.*
- rmm=22.08.*
- dask-cuda=22.08.*
- ucx>=1.12.1
- ucx>=1.13.0
- ucx-py=0.27.*
- ucx-proc=*=gpu
- doxygen>=1.8.20
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/raft_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- rapids-doc-env=22.08.*
- rmm=22.08.*
- dask-cuda=22.08.*
- ucx>=1.12.1
- ucx>=1.13.0
- ucx-py=0.27.*
- ucx-proc=*=gpu
- doxygen>=1.8.20
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/pyraft/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sysroot_version:
- "2.17"

ucx_version:
- "1.12.1"
- "1.13.0"
Copy link
Member

Choose a reason for hiding this comment

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

Do you mind bumping the versions in the conda environment files also? Otherwise, it looks good to me.

Copy link
Member Author

Choose a reason for hiding this comment

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

Sorry, I missed those. Done now in 6b8dc21 .


cmake_version:
- ">=3.20.1,!=3.23.0"