From d66df52ddbd11aea1d55158cfa3bb7f9c9f00612 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Thu, 14 Mar 2024 11:05:12 -0500 Subject: [PATCH] Align ucx version pinning with ucx-py/ucxx. --- 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 9ac8b158..4e2a52ce 100644 --- a/conda/recipes/versions.yaml +++ b/conda/recipes/versions.yaml @@ -15,4 +15,4 @@ numpy_version: nvtx_version: - '>=0.2.1,<0.3' ucx_version: - - '>=1.14.1' + - '>=1.15.0,<1.16.0'