Skip to content

Commit

Permalink
Update dependency to ucx>=1.15.0,<1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Mar 13, 2024
1 parent 26eac37 commit 6d4a91a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.15.*"
2 changes: 1 addition & 1 deletion conda/recipes/ucx-py/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ requirements:
{% endfor %}
run:
- python
- ucx >=1.14.1,<1.16.0
- ucx >=1.15.0,<1.16.0
{% for r in data.get("project", {}).get("dependencies", []) %}
- {{ r }}
{% endfor %}
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ dependencies:
- pynvml>=11.4.1
- output_types: conda
packages:
- ucx
- ucx>=1.15.0,<1.16
test_python:
common:
- output_types: [conda, requirements, pyproject]
Expand Down

0 comments on commit 6d4a91a

Please sign in to comment.