From 72f0ca7c0598f603779edf72ddd77f53c529ee0f Mon Sep 17 00:00:00 2001 From: Ben Jarmak <104460670+jarmak-nv@users.noreply.github.com> Date: Thu, 3 Aug 2023 14:01:12 -0500 Subject: [PATCH] Add cuProj to the RAPIDS meta package (#674) Small PR to add `cuProj` to the RAPIDS metapackages. Depends on https://github.com/rapidsai/cuspatial/pull/1217 Authors: - Ben Jarmak (https://github.com/jarmak-nv) Approvers: - Ray Douglass (https://github.com/raydouglass) URL: https://github.com/rapidsai/integration/pull/674 --- 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 a7344d17..f7442c20 100644 --- a/conda/recipes/rapids/meta.yaml +++ b/conda/recipes/rapids/meta.yaml @@ -47,6 +47,7 @@ requirements: - cuml ={{ major_minor_version }}.* - cucim ={{ major_minor_version }}.* - cuspatial ={{ major_minor_version }}.* + - cuproj ={{ major_minor_version }}.* - custreamz ={{ major_minor_version }}.* - cuxfilter ={{ major_minor_version }}.* - dask-cuda ={{ major_minor_version }}.*