Skip to content

Commit

Permalink
Fix cuda-version package name
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass authored Jul 25, 2023
1 parent 7f440af commit 86df34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/recipes/rapids/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ requirements:
- python
- cuda-version ={{ cuda_version }}
run:
- {{ pin_compatible('cuda_version', max_pin='x', min_pin='x') }}
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
{% if cuda_major == "11" %}
- cuda-python {{ cuda11_cuda_python_version }}
- cudatoolkit
Expand Down

0 comments on commit 86df34e

Please sign in to comment.