Skip to content

Commit

Permalink
Always pin cuda_version regardless of CUDA major version.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Jun 21, 2023
1 parent afd3dc0 commit b00ab70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conda/recipes/kvikio/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ requirements:
- cython >=0.29,<0.30
{% if cuda_major == "11" %}
- cudatoolkit ={{ cuda_version }}
{% else %}
- cuda-version ={{ cuda_version }}
{% endif %}
- cuda-version ={{ cuda_version }}
- scikit-build >=0.13.1
- libkvikio {{ version }}
run:
Expand Down

0 comments on commit b00ab70

Please sign in to comment.