From 71063598aef618a28e03a6bd3a95ddad02e2d60e Mon Sep 17 00:00:00 2001 From: Dante Gama Dessavre Date: Mon, 8 Mar 2021 13:29:59 -0600 Subject: [PATCH] FIX Change dask and distributed branch to main --- ci/gpu/build.sh | 6 +++--- conda/environments/cuml_dev_cuda10.1.yml | 4 ++-- conda/environments/cuml_dev_cuda10.2.yml | 4 ++-- conda/environments/cuml_dev_cuda11.0.yml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ci/gpu/build.sh b/ci/gpu/build.sh index 2f73cca873..5274490dd9 100755 --- a/ci/gpu/build.sh +++ b/ci/gpu/build.sh @@ -69,10 +69,10 @@ if [ "$py_ver" == "3.6" ];then conda install contextvars fi -gpuci_logger "Install the master version of dask and distributed" +gpuci_logger "Install the main version of dask and distributed" set -x -pip install "git+https://github.com/dask/distributed.git@master" --upgrade --no-deps -pip install "git+https://github.com/dask/dask.git@master" --upgrade --no-deps +pip install "git+https://github.com/dask/distributed.git@main" --upgrade --no-deps +pip install "git+https://github.com/dask/dask.git@main" --upgrade --no-deps set +x gpuci_logger "Check compiler versions" diff --git a/conda/environments/cuml_dev_cuda10.1.yml b/conda/environments/cuml_dev_cuda10.1.yml index ac0503b0db..94b258b027 100644 --- a/conda/environments/cuml_dev_cuda10.1.yml +++ b/conda/environments/cuml_dev_cuda10.1.yml @@ -26,8 +26,8 @@ dependencies: - pip - pip: - sphinx_markdown_tables - - git+https://github.com/dask/dask.git@master - - git+https://github.com/dask/distributed.git@master + - git+https://github.com/dask/dask.git@main + - git+https://github.com/dask/distributed.git@main # rapids-build-env, notebook-env and doc-env meta packages are defined in # https://docs.rapids.ai/maintainers/depmgmt/ diff --git a/conda/environments/cuml_dev_cuda10.2.yml b/conda/environments/cuml_dev_cuda10.2.yml index 8867528ebb..1c0f31a3d3 100644 --- a/conda/environments/cuml_dev_cuda10.2.yml +++ b/conda/environments/cuml_dev_cuda10.2.yml @@ -26,8 +26,8 @@ dependencies: - pip - pip: - sphinx_markdown_tables - - git+https://github.com/dask/dask.git@master - - git+https://github.com/dask/distributed.git@master + - git+https://github.com/dask/dask.git@main + - git+https://github.com/dask/distributed.git@main # rapids-build-env, notebook-env and doc-env are defined in # https://docs.rapids.ai/maintainers/depmgmt/ diff --git a/conda/environments/cuml_dev_cuda11.0.yml b/conda/environments/cuml_dev_cuda11.0.yml index 75c57d06e7..2a789dc642 100644 --- a/conda/environments/cuml_dev_cuda11.0.yml +++ b/conda/environments/cuml_dev_cuda11.0.yml @@ -26,8 +26,8 @@ dependencies: - pip - pip: - sphinx_markdown_tables - - git+https://github.com/dask/dask.git@master - - git+https://github.com/dask/distributed.git@master + - git+https://github.com/dask/dask.git@main + - git+https://github.com/dask/distributed.git@main # rapids-build-env, notebook-env and doc-env are defined in # https://docs.rapids.ai/maintainers/depmgmt/