From 236d5aa213ce435172de3bdbbbde4268a6373e15 Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Wed, 2 Jun 2021 13:23:36 +0200 Subject: [PATCH] Update UCX-Py version in CI to 0.21.* (#636) Authors: - Peter Andreas Entschev (https://github.com/pentschev) Approvers: - Jordan Jacobelli (https://github.com/Ethyling) URL: https://github.com/rapidsai/dask-cuda/pull/636 --- ci/gpu/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/gpu/build.sh b/ci/gpu/build.sh index c25d62892..00333dd04 100755 --- a/ci/gpu/build.sh +++ b/ci/gpu/build.sh @@ -56,7 +56,7 @@ conda list --show-channel-urls # indicate binary incompatibility. Expected 192 from C header, got 216 from PyObject gpuci_conda_retry install "cudatoolkit=$CUDA_REL" \ "cudf=${MINOR_VERSION}" "dask-cudf=${MINOR_VERSION}" \ - "ucx-py=$MINOR_VERSION.*" "ucx-proc=*=gpu" \ + "ucx-py=0.21.*" "ucx-proc=*=gpu" \ "rapids-build-env=$MINOR_VERSION.*" # Pin pytest-asyncio because latest versions modify the default asyncio