Skip to content

Commit

Permalink
Ignore UCX run exports and allow ucx>=1.14.1,<1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Oct 24, 2023
1 parent 2a22a67 commit 1a6bd12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conda/recipes/ucx-py/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ cxx_compiler_version:
- 11

ucx:
- ">=1.14.1,<1.16.0"
- "==1.14.*"
3 changes: 3 additions & 0 deletions conda/recipes/ucx-py/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
ignore_run_exports_from:
- ucx
host:
- python
- pip
Expand All @@ -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 %}
Expand Down

0 comments on commit 1a6bd12

Please sign in to comment.