From 108f4d2870bdf8384dde34cf186d20282461e595 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Fri, 12 Apr 2024 11:03:27 -0500 Subject: [PATCH] Add cuvs to rapids metapackage. (#708) Adds `cuvs` to the `rapids` metapackage. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Ray Douglass (https://github.com/raydouglass) URL: https://github.com/rapidsai/integration/pull/708 --- 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 d7d77a3d..b94751e6 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 }}.* + - cuvs ={{ major_minor_version }}.* - cugraph ={{ major_minor_version }}.* - nx-cugraph ={{ major_minor_version }}.* - cuml ={{ major_minor_version }}.*