Skip to content

Commit

Permalink
add click to conda recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
divyegala committed Oct 10, 2024
1 parent 587e997 commit f5b1cd9
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 f5b1cd9

Please sign in to comment.