Skip to content

Commit

Permalink
Update to UCX-Py 0.23 (#4274)
Browse files Browse the repository at this point in the history
Authors:
  - Peter Andreas Entschev (https://github.com/pentschev)

Approvers:
  - Dante Gama Dessavre (https://github.com/dantegd)
  - William Hicks (https://github.com/wphicks)
  - Jordan Jacobelli (https://github.com/Ethyling)

URL: #4274
  • Loading branch information
pentschev authored Oct 11, 2021
1 parent 51c41c4 commit 5408c6b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ci/checks/style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd "$WORKSPACE"

export GIT_DESCRIBE_TAG=`git describe --tags`
export MINOR_VERSION=`echo $GIT_DESCRIBE_TAG | grep -o -E '([0-9]+\.[0-9]+)'`
conda install "ucx-py=0.22.*" "ucx-proc=*=gpu"
conda install "ucx-py=0.23.*" "ucx-proc=*=gpu"

# Run flake8 and get results/return code
FLAKE=`flake8 --config=python/setup.cfg`
Expand Down
2 changes: 1 addition & 1 deletion ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ gpuci_mamba_retry install -c conda-forge -c rapidsai -c rapidsai-nightly -c nvid
"libcumlprims=${MINOR_VERSION}" \
"dask-cudf=${MINOR_VERSION}" \
"dask-cuda=${MINOR_VERSION}" \
"ucx-py=0.22.*" \
"ucx-py=0.23.*" \
"ucx-proc=*=gpu" \
"xgboost=1.4.2dev.rapidsai${MINOR_VERSION}" \
"rapids-build-env=${MINOR_VERSION}.*" \
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cuml_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- libcumlprims=21.12.*
- dask-cudf=21.12.*
- dask-cuda=21.12.*
- ucx-py=0.22
- ucx-py=0.23
- ucx-proc=*=gpu
- dask-ml
- doxygen>=1.8.20
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cuml_dev_cuda11.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- libcumlprims=21.12.*
- dask-cudf=21.12.*
- dask-cuda=21.12.*
- ucx-py=0.22
- ucx-py=0.23
- ucx-proc=*=gpu
- dask-ml
- doxygen>=1.8.20
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cuml_dev_cuda11.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- libcumlprims=21.12.*
- dask-cudf=21.12.*
- dask-cuda=21.12.*
- ucx-py=0.22
- ucx-py=0.23
- ucx-proc=*=gpu
- dask-ml
- doxygen>=1.8.20
Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/cuml/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ requirements:
- libcuml={{ version }}
- libcumlprims {{ minor_version }}
- cudatoolkit {{ cuda_version }}.*
- ucx-py 0.22
- ucx-py 0.23
- ucx-proc=*=gpu
run:
- python x.x
Expand All @@ -44,7 +44,7 @@ requirements:
- cupy>=7.8.0,<10.0.0a0
- treelite=2.1.0
- nccl>=2.9.9
- ucx-py 0.22
- ucx-py 0.23
- ucx-proc=*=gpu
- dask>=2021.09.1
- distributed>=2021.09.1
Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/libcuml/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ requirements:
- nccl>=2.9.9
- cudf {{ minor_version }}
- cudatoolkit {{ cuda_version }}.*
- ucx-py 0.22
- ucx-py 0.23
- ucx-proc=*=gpu
- libcumlprims {{ minor_version }}
- lapack
Expand All @@ -52,7 +52,7 @@ requirements:
- libcumlprims {{ minor_version }}
- cudf {{ minor_version }}
- nccl>=2.9.9
- ucx-py 0.22
- ucx-py 0.23
- ucx-proc=*=gpu
- {{ pin_compatible('cudatoolkit', max_pin='x.x') }}
- treelite=2.1.0
Expand Down

0 comments on commit 5408c6b

Please sign in to comment.