From c1acb3e23256457f55a07ec54a34d256a0aeeeb0 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> Date: Thu, 7 May 2026 21:44:33 +0000 Subject: [PATCH 1/2] Add ray run_constraints in cudf_polars conda recipe --- conda/recipes/cudf-polars/recipe.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conda/recipes/cudf-polars/recipe.yaml b/conda/recipes/cudf-polars/recipe.yaml index 52ac74c7c8b..96190810635 100644 --- a/conda/recipes/cudf-polars/recipe.yaml +++ b/conda/recipes/cudf-polars/recipe.yaml @@ -43,6 +43,8 @@ requirements: - if: cuda_major == "12" then: cuda-python >=12.9.2,<13.0 else: cuda-python >=13.0.1,<14.0 + run_constraints: + - ray >=2.55.1 ignore_run_exports: by_name: - cuda-version From 0395cb71bfb0bd7daebe7355d7bfa6b550ce0dc7 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> Date: Fri, 8 May 2026 18:52:06 +0000 Subject: [PATCH 2/2] Change to ray-default --- conda/recipes/cudf-polars/recipe.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/cudf-polars/recipe.yaml b/conda/recipes/cudf-polars/recipe.yaml index 96190810635..a4a9441187c 100644 --- a/conda/recipes/cudf-polars/recipe.yaml +++ b/conda/recipes/cudf-polars/recipe.yaml @@ -44,7 +44,7 @@ requirements: then: cuda-python >=12.9.2,<13.0 else: cuda-python >=13.0.1,<14.0 run_constraints: - - ray >=2.55.1 + - ray-default >=2.55.1 ignore_run_exports: by_name: - cuda-version