From 30b777cccdccc3db2ab177d216d587627f4cf24d 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"