From 172ef624ea50670969e1fd79930a46eabdd9c3c9 Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev <peter@entschev.com> Date: Wed, 22 Jan 2025 23:09:55 +0100 Subject: [PATCH] Increase UCX upper pin to 1.19 (#740) Increase upper UCX pin to 1.19 to allow us supporting UCX 1.18 that is needed for RAPIDS 25.02. Authors: - Peter Andreas Entschev (https://github.com/pentschev) Approvers: - Gil Forsyth (https://github.com/gforsyth) - James Lamb (https://github.com/jameslamb) URL: https://github.com/rapidsai/integration/pull/740 --- conda/recipes/versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/versions.yaml b/conda/recipes/versions.yaml index 9ffe8987..7889c5c8 100644 --- a/conda/recipes/versions.yaml +++ b/conda/recipes/versions.yaml @@ -13,4 +13,4 @@ numpy_version: nvtx_version: - '>=0.2.1,<0.3' ucx_version: - - '>=1.15.0,<1.18.0' + - '>=1.15.0,<1.19.0'