From c9052f84f539efd3cb0c677d74675f26aea9ddbe Mon Sep 17 00:00:00 2001 From: jakirkham Date: Wed, 5 Jul 2023 14:34:26 -0700 Subject: [PATCH] Drop blank line in `raft-dask/meta.yaml` (#1637) Follow up on this review comment ( https://github.com/rapidsai/raft/pull/1388#discussion_r1249997973 ) Authors: - https://github.com/jakirkham Approvers: - Corey J. Nolet (https://github.com/cjnolet) - Ray Douglass (https://github.com/raydouglass) URL: https://github.com/rapidsai/raft/pull/1637 --- conda/recipes/raft-dask/meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/conda/recipes/raft-dask/meta.yaml b/conda/recipes/raft-dask/meta.yaml index b7e933755a..940a301755 100644 --- a/conda/recipes/raft-dask/meta.yaml +++ b/conda/recipes/raft-dask/meta.yaml @@ -30,7 +30,6 @@ requirements: - {{ compiler('cxx') }} {% if cuda_major == "11" %} - {{ compiler('cuda11') }} ={{ cuda_version }} - {% else %} - {{ compiler('cuda') }} {% endif %}