From 80b11b18bda2b946c3ae3ed45d95069ee350e92e Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Wed, 13 Jul 2022 16:10:01 +0200 Subject: [PATCH] Update conda recipes to UCX 1.13.0 (#736) Authors: - Peter Andreas Entschev (https://github.com/pentschev) Approvers: - Ray Douglass (https://github.com/raydouglass) - Corey J. Nolet (https://github.com/cjnolet) URL: https://github.com/rapidsai/raft/pull/736 --- 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 +- conda/recipes/pyraft/conda_build_config.yaml | 2 +- 5 files changed, 5 insertions(+), 5 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 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"