From c86e74d6d12cd3396fdf1ed9fa3b96d858b1fa5f Mon Sep 17 00:00:00 2001 From: Divye Gala Date: Thu, 17 Oct 2024 11:38:13 -0400 Subject: [PATCH] Add `click` package to `cuvs-bench` conda recipe (#408) This package is available in `dependencies.yaml`, but due to an oversight was not added to conda metas. Authors: - Divye Gala (https://github.com/divyegala) Approvers: - Dante Gama Dessavre (https://github.com/dantegd) - James Lamb (https://github.com/jameslamb) URL: https://github.com/rapidsai/cuvs/pull/408 --- conda/recipes/cuvs_bench/meta.yaml | 1 + conda/recipes/cuvs_bench_cpu/meta.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/conda/recipes/cuvs_bench/meta.yaml b/conda/recipes/cuvs_bench/meta.yaml index 9ecbf82bb..67d66efce 100644 --- a/conda/recipes/cuvs_bench/meta.yaml +++ b/conda/recipes/cuvs_bench/meta.yaml @@ -82,6 +82,7 @@ requirements: run: - benchmark + - click - {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }} {% if cuda_major == "11" %} - cudatoolkit diff --git a/conda/recipes/cuvs_bench_cpu/meta.yaml b/conda/recipes/cuvs_bench_cpu/meta.yaml index 0ce5db744..95bea92ef 100644 --- a/conda/recipes/cuvs_bench_cpu/meta.yaml +++ b/conda/recipes/cuvs_bench_cpu/meta.yaml @@ -55,6 +55,7 @@ requirements: run: - benchmark + - click - glog {{ glog_version }} - h5py {{ h5py_version }} - matplotlib