Skip to content

Commit

Permalink
Fix cuda_version to cuda-version.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jul 26, 2023
1 parent 9417308 commit d1aab9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/recipes/rapids-xgboost/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" %}
- cudatoolkit
{% endif %}
Expand Down

0 comments on commit d1aab9c

Please sign in to comment.