Skip to content

Commit

Permalink
Align ucx version pinning with ucx-py/ucxx. (rapidsai#2227)
Browse files Browse the repository at this point in the history
As of rapidsai/ucx-py#1032 and rapidsai/ucxx#205, the `ucx` version pinning in RAPIDS has been updated. This PR aligns with those changes.

Closes rapidsai/build-planning#27.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Jake Awe (https://github.com/AyodeAwe)
  - https://github.com/jakirkham

URL: rapidsai#2227
  • Loading branch information
bdice authored Mar 14, 2024
1 parent 56c0b3a commit 1877011
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ dependencies:
- sysroot_linux-aarch64==2.17
- ucx-proc=*=gpu
- ucx-py==0.37.*
- ucx>=1.13.0
- ucx>=1.15.0,<1.16.0
name: all_cuda-118_arch-aarch64
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ dependencies:
- sysroot_linux-64==2.17
- ucx-proc=*=gpu
- ucx-py==0.37.*
- ucx>=1.13.0
- ucx>=1.15.0,<1.16.0
name: all_cuda-118_arch-x86_64
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-122_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ dependencies:
- sysroot_linux-aarch64==2.17
- ucx-proc=*=gpu
- ucx-py==0.37.*
- ucx>=1.13.0
- ucx>=1.15.0,<1.16.0
name: all_cuda-122_arch-aarch64
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-122_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ dependencies:
- sysroot_linux-64==2.17
- ucx-proc=*=gpu
- ucx-py==0.37.*
- ucx>=1.13.0
- ucx>=1.15.0,<1.16.0
name: all_cuda-122_arch-x86_64
2 changes: 1 addition & 1 deletion conda/recipes/raft-dask/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sysroot_version:
- "2.17"

ucx_version:
- ">=1.14.1,<1.16.0"
- ">=1.15.0,<1.16.0"

ucx_py_version:
- "0.37.*"
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ dependencies:
- ucx-py==0.37.*
- output_types: conda
packages:
- ucx>=1.13.0
- ucx>=1.15.0,<1.16.0
- ucx-proc=*=gpu
- &ucx_py_conda ucx-py==0.37.*
- output_types: pyproject
Expand Down

0 comments on commit 1877011

Please sign in to comment.