Skip to content

Commit

Permalink
update versions to 22.08 (#2332)
Browse files Browse the repository at this point in the history
Update conda files to upgrade raft versions from 22.06 to 22.08

Authors:
  - Chuck Hastings (https://github.com/ChuckHastings)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: #2332
  • Loading branch information
ChuckHastings authored Jun 6, 2022
1 parent 0dbb785 commit 27fceff
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ for FILE in conda/environments/*.yml; do
sed_runner "s/libcugraphops=${CURRENT_SHORT_TAG}/libcugraphops=${NEXT_SHORT_TAG}/g" ${FILE};
sed_runner "s/cudf=${CURRENT_SHORT_TAG}/cudf=${NEXT_SHORT_TAG}/g" ${FILE};
sed_runner "s/rmm=${CURRENT_SHORT_TAG}/rmm=${NEXT_SHORT_TAG}/g" ${FILE};
sed_runner "s/libraft-headers=${CURRENT_SHORT_TAG}/libraft-headers=${NEXT_SHORT_TAG}/g" ${FILE};
sed_runner "s/pyraft=${CURRENT_SHORT_TAG}/pyraft=${NEXT_SHORT_TAG}/g" ${FILE};
sed_runner "s/dask-cuda=${CURRENT_SHORT_TAG}/dask-cuda=${NEXT_SHORT_TAG}/g" ${FILE};
sed_runner "s/dask-cudf=${CURRENT_SHORT_TAG}/dask-cudf=${NEXT_SHORT_TAG}/g" ${FILE};
sed_runner "s/cuxfilter=${CURRENT_SHORT_TAG}/cuxfilter=${NEXT_SHORT_TAG}/g" ${FILE};
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/cugraph_dev_cuda11.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dependencies:
- libcudf=22.08.*
- rmm=22.08.*
- librmm=22.08.*
- libraft-headers=22.06.*
- pyraft=22.06.*
- libraft-headers=22.08.*
- pyraft=22.08.*
- cuda-python>=11.5,<12.0
- dask>=2022.05.2
- distributed>=2022.05.2
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/cugraph_dev_cuda11.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dependencies:
- libcudf=22.08.*
- rmm=22.08.*
- librmm=22.08.*
- libraft-headers=22.06.*
- pyraft=22.06.*
- libraft-headers=22.08.*
- pyraft=22.08.*
- cuda-python>=11.5,<12.0
- dask>=2022.05.2
- distributed>=2022.05.2
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/cugraph_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dependencies:
- libcudf=22.08.*
- rmm=22.08.*
- librmm=22.08.*
- libraft-headers=22.06.*
- pyraft=22.06.*
- libraft-headers=22.08.*
- pyraft=22.08.*
- cuda-python>=11.5,<12.0
- dask>=2022.05.2
- distributed>=2022.05.2
Expand Down

0 comments on commit 27fceff

Please sign in to comment.