Skip to content

Commit c0d2644

Browse files
authored
Merge pull request #2214 from galipremsagar/unpin_dask
[REVIEW] Unpin `dask` & `distributed` for development
2 parents f545fa5 + 9863316 commit c0d2644

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

conda/environments/cugraph_dev_cuda11.2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ dependencies:
1414
- libraft-headers=22.06.*
1515
- pyraft=22.06.*
1616
- cuda-python>=11.5,<12.0
17-
- dask==2022.03.0
18-
- distributed==2022.03.0
17+
- dask>=2022.03.0
18+
- distributed>=2022.03.0
1919
- dask-cuda=22.06.*
2020
- dask-cudf=22.06.*
2121
- nccl>=2.9.9

conda/environments/cugraph_dev_cuda11.4.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ dependencies:
1414
- libraft-headers=22.06.*
1515
- pyraft=22.06.*
1616
- cuda-python>=11.5,<12.0
17-
- dask==2022.03.0
18-
- distributed==2022.03.0
17+
- dask>=2022.03.0
18+
- distributed>=2022.03.0
1919
- dask-cuda=22.06.*
2020
- dask-cudf=22.06.*
2121
- nccl>=2.9.9

conda/environments/cugraph_dev_cuda11.5.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ dependencies:
1414
- libraft-headers=22.06.*
1515
- pyraft=22.06.*
1616
- cuda-python>=11.5,<12.0
17-
- dask==2022.03.0
18-
- distributed==2022.03.0
17+
- dask>=2022.03.0
18+
- distributed>=2022.03.0
1919
- dask-cuda=22.06.*
2020
- dask-cudf=22.06.*
2121
- nccl>=2.9.9

conda/recipes/cugraph/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ requirements:
4545
- cudf={{ minor_version }}
4646
- dask-cudf {{ minor_version }}
4747
- dask-cuda {{ minor_version }}
48-
- dask==2022.03.0
49-
- distributed==2022.03.0
48+
- dask>=2022.03.0
49+
- distributed>=2022.03.0
5050
- ucx-py {{ ucx_py_version }}
5151
- ucx-proc=*=gpu
5252
- {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }}

0 commit comments

Comments
 (0)