Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/branch-22.08' into thrust-incl…
Browse files Browse the repository at this point in the history
…udes
  • Loading branch information
bdice committed Jun 17, 2022
2 parents ac19e15 + 46ff41a commit 5a3f8f3
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 21 deletions.
5 changes: 5 additions & 0 deletions ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ sed_runner 's/'"branch-.*\/RAPIDS.cmake"'/'"branch-${NEXT_SHORT_TAG}\/RAPIDS.cma
sed_runner 's/'"branch-.*\/RAPIDS.cmake"'/'"branch-${NEXT_SHORT_TAG}\/RAPIDS.cmake"'/g' python/pylibraft/CMakeLists.txt

for FILE in conda/environments/*.yml; do
sed_runner "s/dask-cuda=${CURRENT_SHORT_TAG}/dask-cuda=${NEXT_SHORT_TAG}/g" ${FILE};
sed_runner "s/rapids-build-env=${CURRENT_SHORT_TAG}/rapids-build-env=${NEXT_SHORT_TAG}/g" ${FILE};
sed_runner "s/rapids-doc-env=${CURRENT_SHORT_TAG}/rapids-doc-env=${NEXT_SHORT_TAG}/g" ${FILE};
sed_runner "s/rapids-notebook-env=${CURRENT_SHORT_TAG}/rapids-notebook-env=${NEXT_SHORT_TAG}/g" ${FILE};
sed_runner "s/rmm=${CURRENT_SHORT_TAG}/rmm=${NEXT_SHORT_TAG}/g" ${FILE};
sed_runner "s/ucx-py=.*/ucx-py=${NEXT_UCX_PY_VERSION}/g" ${FILE};
done

Expand Down
10 changes: 5 additions & 5 deletions conda/environments/raft_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ dependencies:
- cython>=0.29,<0.30
- cmake>=3.20.1,!=3.23.0
- scikit-build>=0.13.1
- rapids-build-env=22.02.*
- rapids-notebook-env=22.02.*
- rapids-doc-env=22.02.*
- rmm=22.02.*
- dask-cuda=22.02.*
- rapids-build-env=22.08.*
- rapids-notebook-env=22.08.*
- rapids-doc-env=22.08.*
- rmm=22.08.*
- dask-cuda=22.08.*
- ucx>=1.12.1
- ucx-py=0.27.*
- ucx-proc=*=gpu
Expand Down
12 changes: 6 additions & 6 deletions conda/environments/raft_dev_cuda11.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ dependencies:
- cython>=0.29,<0.30
- cmake>=3.20.1,!=3.23.0
- scikit-build>=0.13.1
- rapids-build-env=22.02.*
- rapids-notebook-env=22.02.*
- rapids-doc-env=22.02.*
- rmm=22.02.*
- dask-cuda=22.02.*
- rapids-build-env=22.08.*
- rapids-notebook-env=22.08.*
- rapids-doc-env=22.08.*
- rmm=22.08.*
- dask-cuda=22.08.*
- ucx>=1.12.1
- ucx-py=0.27.*
- ucx-proc=*=gpu
Expand All @@ -28,7 +28,7 @@ dependencies:
- breathe
- git+https://github.com/dask/dask.git@main
- git+https://github.com/dask/distributed.git@main

# rapids-build-env, notebook-env and doc-env are defined in
# https://docs.rapids.ai/maintainers/depmgmt/

Expand Down
10 changes: 5 additions & 5 deletions conda/environments/raft_dev_cuda11.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ dependencies:
- cython>=0.29,<0.30
- cmake>=3.20.1,!=3.23.0
- scikit-build>=0.13.1
- rapids-build-env=22.02.*
- rapids-notebook-env=22.02.*
- rapids-doc-env=22.02.*
- rmm=22.02.*
- dask-cuda=22.02.*
- rapids-build-env=22.08.*
- rapids-notebook-env=22.08.*
- rapids-doc-env=22.08.*
- rmm=22.08.*
- dask-cuda=22.08.*
- ucx>=1.12.1
- ucx-py=0.27.*
- ucx-proc=*=gpu
Expand Down
10 changes: 5 additions & 5 deletions conda/environments/raft_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ dependencies:
- cython>=0.29,<0.30
- cmake>=3.20.1,!=3.23.0
- scikit-build>=0.13.1
- rapids-build-env=22.02.*
- rapids-notebook-env=22.02.*
- rapids-doc-env=22.02.*
- rmm=22.02.*
- dask-cuda=22.02.*
- rapids-build-env=22.08.*
- rapids-notebook-env=22.08.*
- rapids-doc-env=22.08.*
- rmm=22.08.*
- dask-cuda=22.08.*
- ucx>=1.12.1
- ucx-py=0.27.*
- ucx-proc=*=gpu
Expand Down

0 comments on commit 5a3f8f3

Please sign in to comment.