Skip to content

Commit

Permalink
Increase maximum UCX runtime pin to <1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Jun 28, 2024
1 parent 7b70211 commit c33db97
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion conda/recipes/ucx-py/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ requirements:
{% endfor %}
run:
- python
- ucx >=1.15.0,<1.16.0
- ucx >=1.15.0,<1.18.0
# 'libucx' wheel dependency is unnecessary... the 'ucx' conda-forge package is used here instead
{% for req in data["project"]["dependencies"] if not req.startswith("libucx") %}
- {{ req }}
Expand Down
8 changes: 4 additions & 4 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ dependencies:
common:
- output_types: conda
packages:
- ucx>=1.15.0,<1.16
- ucx>=1.15.0,<1.18
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -168,13 +168,13 @@ dependencies:
matrices:
- matrix: {cuda: "12.*"}
packages:
- libucx-cu12>=1.15.0,<1.16
- libucx-cu12>=1.15.0,<1.18
- matrix: {cuda: "11.*"}
packages:
- libucx-cu11>=1.15.0,<1.16
- libucx-cu11>=1.15.0,<1.18
- matrix: null
packages:
- libucx>=1.15.0,<1.16
- libucx>=1.15.0,<1.18
test_python:
common:
- output_types: [conda, requirements, pyproject]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ authors = [
license = { text = "BSD-3-Clause" }
requires-python = ">=3.9"
dependencies = [
"libucx>=1.15.0,<1.16",
"libucx>=1.15.0,<1.18",
"numpy>=1.23,<2.0a0",
"pynvml>=11.4.1",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.
Expand Down

0 comments on commit c33db97

Please sign in to comment.