Skip to content

Commit

Permalink
Merge branch-21.10 into branch-21.12
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Sep 24, 2021
2 parents fed33ac + c41ffd4 commit 077c5b7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions conda/environments/cugraph_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dependencies:
- libcudf=21.12.*
- rmm=21.12.*
- librmm=21.12.*
- dask>=2021.6.0
- distributed>=2021.6.0
- dask=2021.09.1
- distributed=2021.09.1
- dask-cuda=21.12.*
- dask-cudf=21.12.*
- nccl>=2.9.9
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 @@ -10,8 +10,8 @@ dependencies:
- libcudf=21.12.*
- rmm=21.12.*
- librmm=21.12.*
- dask>=2021.6.0
- distributed>=2021.6.0
- dask=2021.09.1
- distributed=2021.09.1
- dask-cuda=21.12.*
- dask-cudf=21.12.*
- nccl>=2.9.9
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 @@ -10,8 +10,8 @@ dependencies:
- libcudf=21.12.*
- rmm=21.12.*
- librmm=21.12.*
- dask>=2021.6.0
- distributed>=2021.6.0
- dask=2021.09.1
- distributed=2021.09.1
- dask-cuda=21.12.*
- dask-cudf=21.12.*
- 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 @@ -37,8 +37,8 @@ requirements:
- cudf={{ minor_version }}
- dask-cudf {{ minor_version }}
- dask-cuda {{ minor_version }}
- dask>=2021.6.0
- distributed>=2021.6.0
- dask=2021.09.1
- distributed=2021.09.1
- ucx-py 0.22
- ucx-proc=*=gpu
- {{ pin_compatible('cudatoolkit', max_pin='x.x') }}
Expand Down

0 comments on commit 077c5b7

Please sign in to comment.