Skip to content

Commit

Permalink
FIX remove dev packages from run reqs of libcuml
Browse files Browse the repository at this point in the history
  • Loading branch information
dantegd committed Jul 11, 2023
1 parent b3cee15 commit e107588
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions conda/recipes/libcuml/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,11 @@ outputs:
{% if cuda_major == "11" %}
- cudatoolkit
- libcublas {{ cuda11_libcublas_run_version }}
- libcublas-dev {{ cuda11_libcublas_run_version }}
- libcufft {{ cuda11_libcufft_run_version }}
- libcurand {{ cuda11_libcurand_run_version }}
- libcusparse {{ cuda11_libcusparse_run_version }}
- libcusparse-dev {{ cuda11_libcusparse_run_version }}
{% else %}
- cuda-cudart-dev
- libcublas-dev
- libcublas
- libcufft
- libcurand
- libcusparse
Expand Down

0 comments on commit e107588

Please sign in to comment.