Skip to content

Commit

Permalink
Allow CuPy 10 (rapidsai#4487)
Browse files Browse the repository at this point in the history
Relaxes version constraints to allow CuPy 10.

xref: rapidsai/integration#413

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

Approvers:
  - Jordan Jacobelli (https://github.com/Ethyling)
  - William Hicks (https://github.com/wphicks)

URL: rapidsai#4487
  • Loading branch information
jakirkham authored Jan 14, 2022
1 parent 0616188 commit df4c61a
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 @@ -43,7 +43,7 @@ requirements:
- dask-cudf {{ minor_version }}
- libcuml={{ version }}
- libcumlprims {{ minor_version }}
- cupy>=7.8.0,<10.0.0a0
- cupy>=7.8.0,<11.0.0a0
- treelite=2.1.0
- nccl>=2.9.9
- ucx-py {{ ucx_py_version }}
Expand Down

0 comments on commit df4c61a

Please sign in to comment.