Skip to content

Commit

Permalink
Allow cupy 11 (#4880)
Browse files Browse the repository at this point in the history
This PR allows cupy 11. 

xref: rapidsai/integration#528

Authors:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: #4880
  • Loading branch information
galipremsagar committed Sep 6, 2022
1 parent cb2d681 commit 1bd3e6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/recipes/cuml/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ To build cuML's Python package, the following dependencies are required:
- cudf version matching the cuML version
- libcuml version matching the cuML version
- libcuml={{ version }}
- cupy>=7.8.0,<9.0.0a0
- cupy>=7.8.0,<12.0.0a0
- joblib >=0.11

Packages required for multigpu algorithms*:
Expand Down

0 comments on commit 1bd3e6c

Please sign in to comment.