From 3d1a5d2cf6ca9491120240c71e19d89020c0064e Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Thu, 12 Oct 2023 01:08:13 -0700 Subject: [PATCH] Update UCX pin to allow UCX 1.15.x --- conda/recipes/ucx-py/conda_build_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/ucx-py/conda_build_config.yaml b/conda/recipes/ucx-py/conda_build_config.yaml index 7e3877701..c2978aa52 100644 --- a/conda/recipes/ucx-py/conda_build_config.yaml +++ b/conda/recipes/ucx-py/conda_build_config.yaml @@ -4,4 +4,4 @@ cxx_compiler_version: - 11 ucx: - - ">=1.13.0,<1.15.0" + - ">=1.14.1,<1.16.0"