From 24bc724a3bf56ee36e2f7d8dc25aa71ee2bd8fc0 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Fri, 18 Oct 2024 17:09:48 -0500 Subject: [PATCH] Add cudf-polars to the rapids metapackage. (#732) Follow-up to https://github.com/rapidsai/cudf/pull/17037. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - James Lamb (https://github.com/jameslamb) URL: https://github.com/rapidsai/integration/pull/732 --- conda/recipes/rapids/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda/recipes/rapids/meta.yaml b/conda/recipes/rapids/meta.yaml index b94751e6..bd98d790 100644 --- a/conda/recipes/rapids/meta.yaml +++ b/conda/recipes/rapids/meta.yaml @@ -36,6 +36,7 @@ requirements: - nvtx {{ nvtx_version }} - python - cudf ={{ major_minor_version }}.* + - cudf-polars ={{ major_minor_version }}.* - cuvs ={{ major_minor_version }}.* - cugraph ={{ major_minor_version }}.* - nx-cugraph ={{ major_minor_version }}.*