File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -122,8 +122,8 @@ if [[ -z "$PROJECT_FLASH" || "$PROJECT_FLASH" == "0" ]]; then
122122
123123 gpuci_logger " Install the main version of dask and distributed"
124124 set -x
125- pip install " git+https://github.com/dask/distributed.git@2021.05.1 " --upgrade --no-deps
126- pip install " git+https://github.com/dask/dask.git@2021.05.1 " --upgrade --no-deps
125+ pip install " git+https://github.com/dask/distributed.git@2021.06.0 " --upgrade --no-deps
126+ pip install " git+https://github.com/dask/dask.git@2021.06.0 " --upgrade --no-deps
127127 set +x
128128
129129 gpuci_logger " Python pytest for cuml"
195195
196196 gpuci_logger " Install the main version of dask and distributed"
197197 set -x
198- pip install " git+https://github.com/dask/distributed.git@2021.05.1 " --upgrade --no-deps
199- pip install " git+https://github.com/dask/dask.git@2021.05.1 " --upgrade --no-deps
198+ pip install " git+https://github.com/dask/distributed.git@2021.06.0 " --upgrade --no-deps
199+ pip install " git+https://github.com/dask/dask.git@2021.06.0 " --upgrade --no-deps
200200 set +x
201201
202202 gpuci_logger " Building cuml"
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ dependencies:
2626- pip
2727- pip :
2828 - sphinx_markdown_tables
29- - git+https://github.com/dask/dask.git@2021.05.1
30- - git+https://github.com/dask/distributed.git@2021.05.1
29+ - git+https://github.com/dask/dask.git@2021.06.0
30+ - git+https://github.com/dask/distributed.git@2021.06.0
3131
3232# rapids-build-env, notebook-env and doc-env are defined in
3333# https://docs.rapids.ai/maintainers/depmgmt/
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ dependencies:
2626- pip
2727- pip :
2828 - sphinx_markdown_tables
29- - git+https://github.com/dask/dask.git@2021.05.1
30- - git+https://github.com/dask/distributed.git@2021.05.1
29+ - git+https://github.com/dask/dask.git@2021.06.0
30+ - git+https://github.com/dask/distributed.git@2021.06.0
3131
3232# rapids-build-env, notebook-env and doc-env are defined in
3333# https://docs.rapids.ai/maintainers/depmgmt/
You can’t perform that action at this time.
0 commit comments