Skip to content

Commit

Permalink
Pin cuda-python=12.0.* for CUDA 12 builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jan 31, 2024
1 parent 9897d67 commit 6d0a109
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conda/recipes/rapids/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ requirements:
- cuda-version ={{ cuda_version }}
run:
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
{% if cuda_major != "11" %}
- cuda-python {{ cuda12_cuda_python_version }}
{% endif %}
- cupy {{ cupy_version }}
- nccl {{ nccl_version }}
- networkx {{ networkx_version }}
Expand Down
2 changes: 2 additions & 0 deletions conda/recipes/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
xgboost_version:
- '=2.0.3'

cuda12_cuda_python_version:
- '=12.0.*'
cupy_version:
- '>=12.0.0'
nccl_version:
Expand Down

0 comments on commit 6d0a109

Please sign in to comment.