From a8d928f8057940b7731e1ecf4b486e391e14fd03 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Mon, 28 Mar 2022 18:43:12 -0400 Subject: [PATCH] Update `ucx-py` version (#596) This PR updates the `ucx-py` version for `branch-22.06`. Authors: - AJ Schmidt (https://github.com/ajschmidt8) Approvers: - Dante Gama Dessavre (https://github.com/dantegd) - Mark Sadang (https://github.com/msadang) - Corey J. Nolet (https://github.com/cjnolet) URL: https://github.com/rapidsai/raft/pull/596 --- ci/cpu/build.sh | 2 +- ci/release/update-version.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/cpu/build.sh b/ci/cpu/build.sh index 71228cb846..6ad788d017 100755 --- a/ci/cpu/build.sh +++ b/ci/cpu/build.sh @@ -34,7 +34,7 @@ export CMAKE_GENERATOR="Ninja" export CONDA_BLD_DIR="${WORKSPACE}/.conda-bld" # ucx-py version -export UCX_PY_VERSION='0.25.*' +export UCX_PY_VERSION='0.26.*' ################################################################################ # SETUP - Check environment diff --git a/ci/release/update-version.sh b/ci/release/update-version.sh index 166698110f..f22e883843 100755 --- a/ci/release/update-version.sh +++ b/ci/release/update-version.sh @@ -39,3 +39,4 @@ for FILE in conda/environments/*.yml; do done sed_runner "s/export UCX_PY_VERSION=.*/export UCX_PY_VERSION='${NEXT_UCX_PY_VERSION}'/g" ci/gpu/build.sh +sed_runner "s/export UCX_PY_VERSION=.*/export UCX_PY_VERSION='${NEXT_UCX_PY_VERSION}'/g" ci/cpu/build.sh