From 7cb8ae89d4109e9ec64f0a8964dc2787e4bdfc0b Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Tue, 24 Oct 2023 17:07:44 -0700 Subject: [PATCH 1/2] Relax ucx pinning --- 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 e36adf2551..77d3e41be0 100644 --- a/conda/recipes/raft-dask/conda_build_config.yaml +++ b/conda/recipes/raft-dask/conda_build_config.yaml @@ -14,7 +14,7 @@ sysroot_version: - "2.17" ucx_version: - - ">=1.13.0,<1.15.0" + - ">=1.13.0,<1.16.0" ucx_py_version: - "0.35.*" From 9e55183699bcc73ff43e40afe5bf0f0feb1493e4 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Wed, 25 Oct 2023 05:34:10 -0700 Subject: [PATCH 2/2] Update conda/recipes/raft-dask/conda_build_config.yaml Co-authored-by: Peter Andreas Entschev --- 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 77d3e41be0..d89dbae4df 100644 --- a/conda/recipes/raft-dask/conda_build_config.yaml +++ b/conda/recipes/raft-dask/conda_build_config.yaml @@ -14,7 +14,7 @@ sysroot_version: - "2.17" ucx_version: - - ">=1.13.0,<1.16.0" + - ">=1.14.1,<1.16.0" ucx_py_version: - "0.35.*"