From 8c2675a92aa52a9b72dc065338729febc4979db0 Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Fri, 8 Jul 2022 12:41:46 -0700 Subject: [PATCH 1/2] Update conda recipes to UCX 1.13.0 --- conda/recipes/pyraft/conda_build_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/pyraft/conda_build_config.yaml b/conda/recipes/pyraft/conda_build_config.yaml index fdc9a58423..1ff86d58da 100644 --- a/conda/recipes/pyraft/conda_build_config.yaml +++ b/conda/recipes/pyraft/conda_build_config.yaml @@ -11,7 +11,7 @@ sysroot_version: - "2.17" ucx_version: - - "1.12.1" + - "1.13.0" cmake_version: - ">=3.20.1,!=3.23.0" From 6b8dc21c481d4f5a0871cacf2934f4891f2311ce Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Tue, 12 Jul 2022 23:06:37 -0700 Subject: [PATCH 2/2] Update UCX version in conda environment files --- conda/environments/raft_dev_cuda11.0.yml | 2 +- conda/environments/raft_dev_cuda11.2.yml | 2 +- conda/environments/raft_dev_cuda11.4.yml | 2 +- conda/environments/raft_dev_cuda11.5.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conda/environments/raft_dev_cuda11.0.yml b/conda/environments/raft_dev_cuda11.0.yml index e790af992a..4b019e6892 100644 --- a/conda/environments/raft_dev_cuda11.0.yml +++ b/conda/environments/raft_dev_cuda11.0.yml @@ -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 diff --git a/conda/environments/raft_dev_cuda11.2.yml b/conda/environments/raft_dev_cuda11.2.yml index fe1ea14d5f..0dcf9cd37f 100644 --- a/conda/environments/raft_dev_cuda11.2.yml +++ b/conda/environments/raft_dev_cuda11.2.yml @@ -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 diff --git a/conda/environments/raft_dev_cuda11.4.yml b/conda/environments/raft_dev_cuda11.4.yml index 283a200d23..f97301c448 100644 --- a/conda/environments/raft_dev_cuda11.4.yml +++ b/conda/environments/raft_dev_cuda11.4.yml @@ -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 diff --git a/conda/environments/raft_dev_cuda11.5.yml b/conda/environments/raft_dev_cuda11.5.yml index 15ffd90c9c..43b4fa0bcd 100644 --- a/conda/environments/raft_dev_cuda11.5.yml +++ b/conda/environments/raft_dev_cuda11.5.yml @@ -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