From 44b54ab19655a5722097a4afc478b6114bac1243 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Wed, 19 Jul 2023 16:06:00 -0500 Subject: [PATCH] Add rmm to pylibraft run dependencies, since it is used by Cython declarations. --- conda/recipes/pylibraft/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda/recipes/pylibraft/meta.yaml b/conda/recipes/pylibraft/meta.yaml index dd3a96405b..7468039539 100644 --- a/conda/recipes/pylibraft/meta.yaml +++ b/conda/recipes/pylibraft/meta.yaml @@ -61,6 +61,7 @@ requirements: - libraft {{ version }} - libraft-headers {{ version }} - python x.x + - rmm ={{ minor_version }} tests: requirements: