From 8050cd0c63bdc5de424ce3e9d742c83cc2d4b19d Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Thu, 21 Sep 2023 06:14:16 -0700 Subject: [PATCH] Remove ucx from explicit run reqs (#990) 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 https://github.com/rapidsai/ucx-py/pull/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: https://github.com/rapidsai/ucx-py/pull/990 --- conda/recipes/ucx-py/meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/conda/recipes/ucx-py/meta.yaml b/conda/recipes/ucx-py/meta.yaml index 3599a900d..1b88500a7 100644 --- a/conda/recipes/ucx-py/meta.yaml +++ b/conda/recipes/ucx-py/meta.yaml @@ -36,7 +36,6 @@ requirements: {% for r in data.get("project", {}).get("dependencies", []) %} - {{ r }} {% endfor %} - - ucx test: imports: