Skip to content

Commit

Permalink
Merge pull request #83 from betochimas/branch-22.06
Browse files Browse the repository at this point in the history
Pin `dask` and `distributed` for release (rapidsai#2317)
  • Loading branch information
betochimas authored May 31, 2022
2 parents 12fbc5f + 008273b commit 6a68609
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.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ dependencies:
- libraft-headers=22.06.*
- pyraft=22.06.*
- cuda-python>=11.5,<12.0
- dask==2022.05.1
- distributed==2022.05.1
- dask==2022.05.2
- distributed==2022.05.2
- dask-cuda=22.06.*
- dask-cudf=22.06.*
- 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 @@ -14,8 +14,8 @@ dependencies:
- libraft-headers=22.06.*
- pyraft=22.06.*
- cuda-python>=11.5,<12.0
- dask==2022.05.1
- distributed==2022.05.1
- dask==2022.05.2
- distributed==2022.05.2
- dask-cuda=22.06.*
- dask-cudf=22.06.*
- nccl>=2.9.9
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 @@ -14,8 +14,8 @@ dependencies:
- libraft-headers=22.06.*
- pyraft=22.06.*
- cuda-python>=11.5,<12.0
- dask==2022.05.1
- distributed==2022.05.1
- dask==2022.05.2
- distributed==2022.05.2
- 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 @@ -49,8 +49,8 @@ requirements:
- cudf={{ minor_version }}
- dask-cudf {{ minor_version }}
- dask-cuda {{ minor_version }}
- dask==2022.05.1
- distributed==2022.05.1
- dask==2022.05.2
- distributed==2022.05.2
- ucx-py {{ ucx_py_version }}
- ucx-proc=*=gpu
- {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }}
Expand Down

0 comments on commit 6a68609

Please sign in to comment.