From fedab7674c05989da9155aed3a11e241113e3397 Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Mon, 7 Jun 2021 17:38:45 +0200 Subject: [PATCH] Update UCX-Py version to 0.21 (#255) Author: - Peter Andreas Entschev (https://github.com/pentschev) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) URL: https://github.com/rapidsai/raft/pull/255 --- 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 11d58ff6a4..5ee8e84da5 100644 --- a/ci/gpu/build.sh +++ b/ci/gpu/build.sh @@ -51,7 +51,7 @@ gpuci_conda_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.20.*" \ + "ucx-py=0.21.*" \ "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 8163d65a43..b119bf8da2 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.20.*" + "ucx-py=0.21.*" 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 \