From 02e8db29eb3bd27ebad6d9ff43a73179d573d8a9 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Fri, 31 Mar 2023 19:12:15 -0400 Subject: [PATCH] Fix ucx-py pin in raft-dask recipe (#1396) Update the ucx-py pinning for raft-dask 23.06 Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Corey J. Nolet (https://github.com/cjnolet) - Mark Sadang (https://github.com/msadang) URL: https://github.com/rapidsai/raft/pull/1396 --- conda/recipes/raft-dask/conda_build_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/raft-dask/conda_build_config.yaml b/conda/recipes/raft-dask/conda_build_config.yaml index 778b187870..4f88728f4b 100644 --- a/conda/recipes/raft-dask/conda_build_config.yaml +++ b/conda/recipes/raft-dask/conda_build_config.yaml @@ -14,7 +14,7 @@ ucx_version: - ">=1.13.0,<1.15.0" ucx_py_version: - - "0.31.*" + - "0.32.*" cmake_version: - ">=3.23.1,!=3.25.0"