From 6ecbbee7beb7f2eff2041672db325fa7af67209b Mon Sep 17 00:00:00 2001 From: Dante Gama Dessavre Date: Thu, 21 Sep 2023 22:45:55 -0500 Subject: [PATCH] FIX rmm should be a run and not host dependency --- conda/recipes/raft-ann-bench/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/recipes/raft-ann-bench/meta.yaml b/conda/recipes/raft-ann-bench/meta.yaml index 91d0fdb729..7648b7ef1e 100644 --- a/conda/recipes/raft-ann-bench/meta.yaml +++ b/conda/recipes/raft-ann-bench/meta.yaml @@ -78,8 +78,6 @@ requirements: - h5py {{ h5py_version }} - benchmark - matplotlib - # rmm is needed to determine if package is gpu-enabled - - rmm ={{ minor_version }} - python - pandas - pyyaml @@ -100,6 +98,8 @@ requirements: - h5py {{ h5py_version }} - benchmark - glog {{ glog_version }} + # rmm is needed to determine if package is gpu-enabled + - rmm ={{ minor_version }} - matplotlib - python - pandas