From 12cb6f5d1352bb66e036018a9af4bf4708b67377 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Wed, 6 Nov 2024 06:38:05 -0600 Subject: [PATCH 1/3] Disallow cuda-python 12.6.1 and 11.8.4. --- conda/recipes/cugraph/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/recipes/cugraph/meta.yaml b/conda/recipes/cugraph/meta.yaml index 9f5a137faba..b341aa1b3f5 100644 --- a/conda/recipes/cugraph/meta.yaml +++ b/conda/recipes/cugraph/meta.yaml @@ -75,10 +75,10 @@ requirements: - {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }} {% if cuda_major == "11" %} - cudatoolkit - - cuda-python >=11.7.1,<12.0a0 + - cuda-python >=11.7.1,<12.0a0,!=11.8.4 {% else %} - cuda-cudart - - cuda-python >=12.0,<13.0a0 + - cuda-python >=12.0,<13.0a0,!=12.6.1 {% endif %} - cudf ={{ minor_version }} - cupy >=12.0.0 From 244d9e33c3d26110d0b044a696f9b476fca5b13f Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 6 Nov 2024 14:50:44 -0600 Subject: [PATCH 2/3] re-trigger CI now that new rmm packages are avilable From f3181b1973f6adb406755c3cc329b0a507641d58 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 6 Nov 2024 20:34:55 -0600 Subject: [PATCH 3/3] put a ceiling on cuda-python --- conda/recipes/cugraph/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/recipes/cugraph/meta.yaml b/conda/recipes/cugraph/meta.yaml index b341aa1b3f5..5a13ba30fd0 100644 --- a/conda/recipes/cugraph/meta.yaml +++ b/conda/recipes/cugraph/meta.yaml @@ -75,10 +75,10 @@ requirements: - {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }} {% if cuda_major == "11" %} - cudatoolkit - - cuda-python >=11.7.1,<12.0a0,!=11.8.4 + - cuda-python >=11.7.1,<12.0a0,<=11.8.3 {% else %} - cuda-cudart - - cuda-python >=12.0,<13.0a0,!=12.6.1 + - cuda-python >=12.0,<13.0a0,<=12.6.0 {% endif %} - cudf ={{ minor_version }} - cupy >=12.0.0