Skip to content

Commit

Permalink
Pin dask and distributed versions (#2147)
Browse files Browse the repository at this point in the history
Pin changes to be in-line with: rapidsai/cudf#10481

Authors:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

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

URL: #2147
  • Loading branch information
galipremsagar committed Mar 23, 2022
1 parent 5255aad commit e9acb27
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions conda/environments/cugraph_dev_cuda11.0.yml
Expand Up @@ -14,8 +14,8 @@ dependencies:
- libraft-headers=22.04.*
- pyraft=22.04.*
- 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.04.*
- dask-cudf=22.04.*
- nccl>=2.9.9
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/cugraph_dev_cuda11.2.yml
Expand Up @@ -14,8 +14,8 @@ dependencies:
- libraft-headers=22.04.*
- pyraft=22.04.*
- 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.04.*
- dask-cudf=22.04.*
- nccl>=2.9.9
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/cugraph_dev_cuda11.4.yml
Expand Up @@ -14,8 +14,8 @@ dependencies:
- libraft-headers=22.04.*
- pyraft=22.04.*
- 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.04.*
- dask-cudf=22.04.*
- nccl>=2.9.9
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/cugraph_dev_cuda11.5.yml
Expand Up @@ -14,8 +14,8 @@ dependencies:
- libraft-headers=22.04.*
- pyraft=22.04.*
- 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.04.*
- dask-cudf=22.04.*
- nccl>=2.9.9
Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/cugraph/meta.yaml
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 e9acb27

Please sign in to comment.