Skip to content

Commit

Permalink
Use one more pin_compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Jun 21, 2023
1 parent 7b699f3 commit d52bcc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/recipes/kvikio/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ requirements:
- cupy >=12.0.0
- zarr
- packaging
- cuda-version {{ cuda_spec }}
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
{% if cuda_major == "11" %}
- {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }}
{% endif %}
Expand Down

0 comments on commit d52bcc6

Please sign in to comment.