Skip to content

Commit

Permalink
Manually add a run dep
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Sep 7, 2023
1 parent 25bcbe8 commit 4c72d22
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions conda/recipes/ucx-py/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ requirements:
{% for r in data.get("project", {}).get("dependencies", []) %}
- {{ r }}
{% endfor %}
# Something seems wrong with the run export as well now
{% if cuda_major == "11" %}
- ucx
{% else %}
# Temporary pin because the subsequent build (h64cca9d_3) is missing proper
# CUDA support
- ucx==1.14.1=h195a15c_3
{% endif %}

test:
imports:
Expand Down

0 comments on commit 4c72d22

Please sign in to comment.