Skip to content

Commit

Permalink
FIX Add ucx-proc package back that got lost during an auto merge conf…
Browse files Browse the repository at this point in the history
…lict
  • Loading branch information
dantegd committed Feb 23, 2021
1 parent 7c5a3eb commit e904d15
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/checks/style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source activate gdf
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=${MINOR_VERSION}"
conda install "ucx-py=${MINOR_VERSION}" "ucx-proc=*=gpu"

# Run flake8 and get results/return code
FLAKE=`flake8 --config=python/setup.cfg`
Expand Down
1 change: 1 addition & 0 deletions ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ gpuci_conda_retry install -c conda-forge -c rapidsai -c rapidsai-nightly -c nvid
"dask-cudf=${MINOR_VERSION}" \
"dask-cuda=${MINOR_VERSION}" \
"ucx-py=${MINOR_VERSION}" \
"ucx-proc=*=gpu" \
"xgboost=1.3.3dev.rapidsai${MINOR_VERSION}" \
"rapids-build-env=${MINOR_VERSION}.*" \
"rapids-notebook-env=${MINOR_VERSION}.*" \
Expand Down
1 change: 1 addition & 0 deletions conda/environments/cuml_dev_cuda10.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- dask-cudf=0.19.*
- dask-cuda=0.19.*
- ucx-py=0.19.*
- ucx-proc=*=gpu
- dask-ml
- doxygen>=1.8.20
- libfaiss>=1.6.3
Expand Down
1 change: 1 addition & 0 deletions conda/environments/cuml_dev_cuda10.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- dask-cudf=0.19.*
- dask-cuda=0.19.*
- ucx-py=0.19.*
- ucx-proc=*=gpu
- dask-ml
- doxygen>=1.8.20
- libfaiss>=1.6.3
Expand Down
1 change: 1 addition & 0 deletions conda/environments/cuml_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- dask-cudf=0.19.*
- dask-cuda=0.19.*
- ucx-py=0.19.*
- ucx-proc=*=gpu
- dask-ml
- doxygen>=1.8.20
- libfaiss>=1.6.3
Expand Down
2 changes: 2 additions & 0 deletions conda/recipes/cuml/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ requirements:
- libcumlprims {{ minor_version }}
- cudatoolkit {{ cuda_version }}.*
- ucx-py {{ minor_version }}
- ucx-proc=*=gpu
run:
- python x.x
- cudf {{ minor_version }}
Expand All @@ -44,6 +45,7 @@ requirements:
- treelite=1.0.0
- nccl>=2.5
- ucx-py {{ minor_version }}
- ucx-proc=*=gpu
- dask>=2.12.0
- distributed>=2.12.0
- joblib >=0.11
Expand Down
2 changes: 2 additions & 0 deletions conda/recipes/libcuml/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ requirements:
- cudf {{ minor_version }}
- cudatoolkit {{ cuda_version }}.*
- ucx-py {{ minor_version }}
- ucx-proc=*=gpu
- libcumlprims {{ minor_version }}
- lapack
- treelite=1.0.0
Expand All @@ -53,6 +54,7 @@ requirements:
- cudf {{ minor_version }}
- nccl>=2.5
- ucx-py {{ minor_version }}
- ucx-proc=*=gpu
- {{ pin_compatible('cudatoolkit', max_pin='x.x') }}
- treelite=1.0.0
- faiss-proc=*=cuda
Expand Down

0 comments on commit e904d15

Please sign in to comment.