Skip to content

Commit c86e74d

Browse files
authored
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: #408
1 parent f62b217 commit c86e74d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

conda/recipes/cuvs_bench/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ requirements:
8282

8383
run:
8484
- benchmark
85+
- click
8586
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
8687
{% if cuda_major == "11" %}
8788
- cudatoolkit

conda/recipes/cuvs_bench_cpu/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ requirements:
5555

5656
run:
5757
- benchmark
58+
- click
5859
- glog {{ glog_version }}
5960
- h5py {{ h5py_version }}
6061
- matplotlib

0 commit comments

Comments
 (0)