Skip to content

Commit

Permalink
Merge pull request #2155 from ajschmidt8/fix-merge-conflicts
Browse files Browse the repository at this point in the history
Fix merge conflicts [skip gpuci]
  • Loading branch information
ajschmidt8 authored Mar 23, 2022
2 parents 616a587 + 17fd7bb commit ed56b0d
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/ops-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ auto_merger: true
branch_checker: true
label_checker: true
release_drafter: true
external_contributors: true
external_contributors: false
8 changes: 4 additions & 4 deletions conda/environments/cugraph_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ dependencies:
- libcudf=22.06.*
- rmm=22.06.*
- librmm=22.06.*
- libraft-headers=22.04.*
- pyraft=22.04.*
- libraft-headers=22.06.*
- pyraft=22.06.*
- cuda-python>=11.5,<12.0
- dask>=2022.02.1
- distributed>=2022.02.1
- dask==2022.03.0
- distributed==2022.03.0
- dask-cuda=22.06.*
- dask-cudf=22.06.*
- nccl>=2.9.9
Expand Down
8 changes: 4 additions & 4 deletions conda/environments/cugraph_dev_cuda11.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ dependencies:
- libcudf=22.06.*
- rmm=22.06.*
- librmm=22.06.*
- libraft-headers=22.04.*
- pyraft=22.04.*
- libraft-headers=22.06.*
- pyraft=22.06.*
- cuda-python>=11.5,<12.0
- dask>=2022.02.1
- distributed>=2022.02.1
- dask==2022.03.0
- distributed==2022.03.0
- dask-cuda=22.06.*
- dask-cudf=22.06.*
- nccl>=2.9.9
Expand Down
8 changes: 4 additions & 4 deletions conda/environments/cugraph_dev_cuda11.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ dependencies:
- libcudf=22.06.*
- rmm=22.06.*
- librmm=22.06.*
- libraft-headers=22.04.*
- pyraft=22.04.*
- libraft-headers=22.06.*
- pyraft=22.06.*
- cuda-python>=11.5,<12.0
- dask>=2022.02.1
- distributed>=2022.02.1
- dask==2022.03.0
- distributed==2022.03.0
- dask-cuda=22.06.*
- dask-cudf=22.06.*
- nccl>=2.9.9
Expand Down
8 changes: 4 additions & 4 deletions conda/environments/cugraph_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ dependencies:
- libcudf=22.06.*
- rmm=22.06.*
- librmm=22.06.*
- libraft-headers=22.04.*
- pyraft=22.04.*
- libraft-headers=22.06.*
- pyraft=22.06.*
- cuda-python>=11.5,<12.0
- dask>=2022.02.1
- distributed>=2022.02.1
- dask==2022.03.0
- distributed==2022.03.0
- dask-cuda=22.06.*
- dask-cudf=22.06.*
- nccl>=2.9.9
Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/cugraph/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ requirements:
- cudf={{ minor_version }}
- dask-cudf {{ minor_version }}
- dask-cuda {{ minor_version }}
- dask>=2022.02.1
- distributed>=2022.02.1
- dask==2022.03.0
- distributed==2022.03.0
- ucx-py {{ ucx_py_version }}
- ucx-proc=*=gpu
- {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }}
Expand Down

0 comments on commit ed56b0d

Please sign in to comment.