Skip to content

Commit

Permalink
Remove ucx from explicit run reqs (#990)
Browse files Browse the repository at this point in the history
The ucx run requirement should be inferred from the run exports of ucx since it is part of the host requirements. The run explicit requirement was added to fix upstream issues with ucx packaging that have since been fixed. All other patches were removed in #987, but this reversion was missed.

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Peter Andreas Entschev (https://github.com/pentschev)
  - Ray Douglass (https://github.com/raydouglass)

URL: #990
  • Loading branch information
vyasr authored Sep 21, 2023
1 parent cdaac6d commit 8050cd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conda/recipes/ucx-py/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ requirements:
{% for r in data.get("project", {}).get("dependencies", []) %}
- {{ r }}
{% endfor %}
- ucx

test:
imports:
Expand Down

0 comments on commit 8050cd0

Please sign in to comment.