Skip to content

Commit

Permalink
Set cuda virtual package as hard run requirement for conda gpu package (
Browse files Browse the repository at this point in the history
  • Loading branch information
m3vaz authored Jun 14, 2022
1 parent 8d5c2cd commit 236309a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/conda-build/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ requirements:
- opt_einsum >=3.3
- scipy
- typing_extensions

run_constrained:
{% if gpu_enabled_bool %}
- __cuda >=11.4
{% endif %}

run_constrained:
- __glibc >=2.17 # [linux]

about:
Expand Down

0 comments on commit 236309a

Please sign in to comment.