Skip to content

Commit

Permalink
pin max dask & distributed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Sep 23, 2021
1 parent 677b9f3 commit ce49221
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.10.*
- rmm=21.10.*
- librmm=21.10.*
- dask>=2021.6.0
- distributed>=2021.6.0
- dask>=2021.6.0,<=2021.09.1
- distributed>=2021.6.0,<=2021.09.1
- dask-cuda=21.10.*
- dask-cudf=21.10.*
- 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.10.*
- rmm=21.10.*
- librmm=21.10.*
- dask>=2021.6.0
- distributed>=2021.6.0
- dask>=2021.6.0,<=2021.09.1
- distributed>=2021.6.0,<=2021.09.1
- dask-cuda=21.10.*
- dask-cudf=21.10.*
- 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.10.*
- rmm=21.10.*
- librmm=21.10.*
- dask>=2021.6.0
- distributed>=2021.6.0
- dask>=2021.6.0,<=2021.09.1
- distributed>=2021.6.0,<=2021.09.1
- dask-cuda=21.10.*
- dask-cudf=21.10.*
- 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.6.0,<=2021.09.1
- distributed>=2021.6.0,<=2021.09.1
- ucx-py 0.22
- ucx-proc=*=gpu
- {{ pin_compatible('cudatoolkit', max_pin='x.x') }}
Expand Down

0 comments on commit ce49221

Please sign in to comment.