Skip to content

Commit

Permalink
DBG remove dev ctk packages from cuml host
Browse files Browse the repository at this point in the history
  • Loading branch information
dantegd committed Jul 12, 2023
1 parent 94995c1 commit a301e01
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions conda/recipes/cuml/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,15 @@ requirements:
- cuda-python ==11.7.1
- cudatoolkit
- libcublas {{ cuda11_libcublas_host_version }}
- libcublas-dev {{ cuda11_libcublas_host_version }}
- libcurand {{ cuda11_libcurand_host_version }}
- libcurand-dev {{ cuda11_libcurand_host_version }}
- libcusolver {{ cuda11_libcusolver_host_version }}
- libcusolver-dev {{ cuda11_libcusolver_host_version }}
- libcusparse {{ cuda11_libcusparse_host_version }}
- libcusparse-dev {{ cuda11_libcusparse_host_version }}
{% else %}
- cuda-python ==12.0.0
- libcublas-dev
- libcurand-dev
- libcusolver-dev
- libcusparse-dev
- libcublas
- libcurand
- libcusolver
- libcusparse
{% endif %}
- cudf ={{ minor_version }}
- cython >=0.29,<0.30
Expand Down

0 comments on commit a301e01

Please sign in to comment.