Skip to content

Commit

Permalink
Use latest cuda-python within CUDA major version. (#1406)
Browse files Browse the repository at this point in the history
This PR updates cuda-python. The CUDA 11 build was locked to an outdated version (11.7.1). This matches the specifications in dependencies.yaml and also cudf recipes.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)

URL: #1406
  • Loading branch information
bdice committed Dec 11, 2023
1 parent cd63a08 commit 53c8043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/recipes/rmm/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ requirements:
- cuda-version ={{ cuda_version }}
{% if cuda_major == "11" %}
- cudatoolkit
- cuda-python ==11.7.1
- cuda-python >=11.7.1,<12.0a0
{% else %}
- cuda-cudart-dev
- cuda-python ==12.0.0
- cuda-python >=12.0,<13.0a0
{% endif %}
- cython >=3.0.0
- librmm ={{ version }}
Expand Down

0 comments on commit 53c8043

Please sign in to comment.