diff --git a/conda/recipes/ucx-py/conda_build_config.yaml b/conda/recipes/ucx-py/conda_build_config.yaml index c2978aa5..e75d7676 100644 --- a/conda/recipes/ucx-py/conda_build_config.yaml +++ b/conda/recipes/ucx-py/conda_build_config.yaml @@ -4,4 +4,4 @@ cxx_compiler_version: - 11 ucx: - - ">=1.14.1,<1.16.0" + - "==1.14.*" diff --git a/conda/recipes/ucx-py/meta.yaml b/conda/recipes/ucx-py/meta.yaml index 1b88500a..134c56ed 100644 --- a/conda/recipes/ucx-py/meta.yaml +++ b/conda/recipes/ucx-py/meta.yaml @@ -24,6 +24,8 @@ requirements: build: - {{ compiler('c') }} - {{ compiler('cxx') }} + ignore_run_exports_from: + - ucx host: - python - pip @@ -33,6 +35,7 @@ requirements: {% endfor %} run: - python + - ucx >=1.14.1,<1.16.0 {% for r in data.get("project", {}).get("dependencies", []) %} - {{ r }} {% endfor %}