From 8992816ea79f1404bd7aafc9b729f32df4c5e4f6 Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Wed, 25 Aug 2021 18:19:27 +0200 Subject: [PATCH] Update to UCX-Py 0.22 (#319) Authors: - Peter Andreas Entschev (https://github.com/pentschev) Approvers: - Jordan Jacobelli (https://github.com/Ethyling) URL: https://github.com/rapidsai/raft/pull/319 --- ci/gpu/build.sh | 2 +- ci/local/old-gpubuild.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/gpu/build.sh b/ci/gpu/build.sh index a62354883b..0ba9901107 100644 --- a/ci/gpu/build.sh +++ b/ci/gpu/build.sh @@ -51,7 +51,7 @@ gpuci_mamba_retry install -c conda-forge -c rapidsai -c rapidsai-nightly -c nvid "rmm=${MINOR_VERSION}" \ "dask-cudf=${MINOR_VERSION}" \ "dask-cuda=${MINOR_VERSION}" \ - "ucx-py=0.21.*" \ + "ucx-py=0.22.*" \ "rapids-build-env=${MINOR_VERSION}.*" \ "rapids-notebook-env=${MINOR_VERSION}.*" \ "rapids-doc-env=${MINOR_VERSION}.*" diff --git a/ci/local/old-gpubuild.sh b/ci/local/old-gpubuild.sh index eb2667149d..efd6c0382a 100644 --- a/ci/local/old-gpubuild.sh +++ b/ci/local/old-gpubuild.sh @@ -56,7 +56,7 @@ gpuci_conda_retry install -c conda-forge -c rapidsai -c rapidsai-nightly -c nvid "distributed>=2.12.0" \ "dask-cudf=${MINOR_VERSION}" \ "dask-cuda=${MINOR_VERSION}" \ - "ucx-py=0.21.*" + "ucx-py=0.22.*" if [ "$RUN_CUML_LIBCUML_TESTS" = "ON" ] || [ "$RUN_CUML_PRIMS_TESTS" = "ON" ] || [ "$RUN_CUML_PYTHON_TESTS" = "ON" ]; then gpuci_conda_retry install -c conda-forge -c rapidsai -c rapidsai-nightly -c nvidia \