Skip to content

Commit

Permalink
Allow CuPy 11 (#4837)
Browse files Browse the repository at this point in the history
Allows cuML to be installed with CuPy 11.

xref: rapidsai/integration#508

Authors:
  - https://github.com/jakirkham

Approvers:
  - Sevag H (https://github.com/sevagh)
  - Dante Gama Dessavre (https://github.com/dantegd)

URL: #4837
  • Loading branch information
jakirkham authored Jul 28, 2022
1 parent 5324d52 commit dc77d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/recipes/cuml/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ requirements:
- libcuml={{ version }}
- libcumlprims {{ minor_version }}
- pyraft {{ minor_version }}
- cupy>=7.8.0,<11.0.0a0
- cupy>=7.8.0,<12.0.0a0
- treelite=2.4.0
- nccl>=2.9.9
- ucx-py {{ ucx_py_version }}
Expand Down

0 comments on commit dc77d6b

Please sign in to comment.