Skip to content

Commit

Permalink
Add click package to cuvs-bench conda recipe (#408)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
divyegala authored Oct 17, 2024
1 parent f62b217 commit c86e74d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/recipes/cuvs_bench/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ requirements:

run:
- benchmark
- click
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
{% if cuda_major == "11" %}
- cudatoolkit
Expand Down
1 change: 1 addition & 0 deletions conda/recipes/cuvs_bench_cpu/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ requirements:

run:
- benchmark
- click
- glog {{ glog_version }}
- h5py {{ h5py_version }}
- matplotlib
Expand Down

0 comments on commit c86e74d

Please sign in to comment.