Skip to content

Commit

Permalink
Update conda recipes to UCX 1.13.0 (#736)
Browse files Browse the repository at this point in the history
Authors:
  - Peter Andreas Entschev (https://github.com/pentschev)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)
  - Corey J. Nolet (https://github.com/cjnolet)

URL: #736
  • Loading branch information
pentschev authored Jul 13, 2022
1 parent 2f7a42f commit 80b11b1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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"

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

0 comments on commit 80b11b1

Please sign in to comment.