Skip to content

Commit

Permalink
Disallow cuda-python 12.6.1 and 11.8.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Nov 6, 2024
1 parent 050d524 commit 12cb6f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/recipes/cugraph/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ requirements:
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
{% if cuda_major == "11" %}
- cudatoolkit
- cuda-python >=11.7.1,<12.0a0
- cuda-python >=11.7.1,<12.0a0,!=11.8.4
{% else %}
- cuda-cudart
- cuda-python >=12.0,<13.0a0
- cuda-python >=12.0,<13.0a0,!=12.6.1
{% endif %}
- cudf ={{ minor_version }}
- cupy >=12.0.0
Expand Down

0 comments on commit 12cb6f5

Please sign in to comment.