diff --git a/conda/recipes/rapids/meta.yaml b/conda/recipes/rapids/meta.yaml index d8244520..b73b3a44 100644 --- a/conda/recipes/rapids/meta.yaml +++ b/conda/recipes/rapids/meta.yaml @@ -58,7 +58,6 @@ requirements: {% if cuda_major == "11" %} - ptxcompiler # CUDA enhanced compat. See https://github.com/rapidsai/ptxcompiler {% endif %} - - conda-forge::ucx-proc=*=gpu - conda-forge::ucx {{ ucx_version }} test: diff --git a/conda/recipes/versions.yaml b/conda/recipes/versions.yaml index c3dcd8ca..5dbeb191 100644 --- a/conda/recipes/versions.yaml +++ b/conda/recipes/versions.yaml @@ -21,4 +21,4 @@ numpy_version: nvtx_version: - '>=0.2.1,<0.3' ucx_version: - - '>=1.12.1' + - '>=1.14.1'