From 1de8011dc1504fac1b49b088ec4a996532badd1e Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Mon, 5 Apr 2021 13:25:18 -0700 Subject: [PATCH] Update `dask` + `distributed` to `2021.4.0` --- conda/environments/cudf_dev_cuda10.1.yml | 4 ++-- conda/environments/cudf_dev_cuda10.2.yml | 4 ++-- conda/environments/cudf_dev_cuda11.0.yml | 4 ++-- conda/environments/cudf_dev_cuda11.1.yml | 4 ++-- conda/environments/cudf_dev_cuda11.2.yml | 4 ++-- conda/recipes/custreamz/meta.yaml | 4 ++-- conda/recipes/dask-cudf/meta.yaml | 8 ++++---- python/custreamz/dev_requirements.txt | 4 ++-- python/dask_cudf/dev_requirements.txt | 4 ++-- python/dask_cudf/setup.py | 8 ++++---- 10 files changed, 24 insertions(+), 24 deletions(-) diff --git a/conda/environments/cudf_dev_cuda10.1.yml b/conda/environments/cudf_dev_cuda10.1.yml index 1e7fcbdc8ff..92cb84a9c0b 100644 --- a/conda/environments/cudf_dev_cuda10.1.yml +++ b/conda/environments/cudf_dev_cuda10.1.yml @@ -42,8 +42,8 @@ dependencies: - mypy=0.782 - typing_extensions - pre_commit - - dask==2021.3.1 - - distributed>=2.22.0,<=2021.3.1 + - dask==2021.4.0 + - distributed>=2.22.0,<=2021.4.0 - streamz - dlpack - arrow-cpp=1.0.1 diff --git a/conda/environments/cudf_dev_cuda10.2.yml b/conda/environments/cudf_dev_cuda10.2.yml index 105a89bf902..63fa307d324 100644 --- a/conda/environments/cudf_dev_cuda10.2.yml +++ b/conda/environments/cudf_dev_cuda10.2.yml @@ -42,8 +42,8 @@ dependencies: - mypy=0.782 - typing_extensions - pre_commit - - dask==2021.3.1 - - distributed>=2.22.0,<=2021.3.1 + - dask==2021.4.0 + - distributed>=2.22.0,<=2021.4.0 - streamz - dlpack - arrow-cpp=1.0.1 diff --git a/conda/environments/cudf_dev_cuda11.0.yml b/conda/environments/cudf_dev_cuda11.0.yml index bf0f0d236b1..2dce24bda62 100644 --- a/conda/environments/cudf_dev_cuda11.0.yml +++ b/conda/environments/cudf_dev_cuda11.0.yml @@ -42,8 +42,8 @@ dependencies: - mypy=0.782 - typing_extensions - pre_commit - - dask==2021.3.1 - - distributed>=2.22.0,<=2021.3.1 + - dask==2021.4.0 + - distributed>=2.22.0,<=2021.4.0 - streamz - dlpack - arrow-cpp=1.0.1 diff --git a/conda/environments/cudf_dev_cuda11.1.yml b/conda/environments/cudf_dev_cuda11.1.yml index a1169539b4a..1e7e7e9c127 100644 --- a/conda/environments/cudf_dev_cuda11.1.yml +++ b/conda/environments/cudf_dev_cuda11.1.yml @@ -42,8 +42,8 @@ dependencies: - mypy=0.782 - typing_extensions - pre_commit - - dask==2021.3.1 - - distributed>=2.22.0,<=2021.3.1 + - dask==2021.4.0 + - distributed>=2.22.0,<=2021.4.0 - streamz - dlpack - arrow-cpp=1.0.1 diff --git a/conda/environments/cudf_dev_cuda11.2.yml b/conda/environments/cudf_dev_cuda11.2.yml index 0952b4ea338..09a07df6e31 100644 --- a/conda/environments/cudf_dev_cuda11.2.yml +++ b/conda/environments/cudf_dev_cuda11.2.yml @@ -42,8 +42,8 @@ dependencies: - mypy=0.782 - typing_extensions - pre_commit - - dask==2021.3.1 - - distributed>=2.22.0,<=2021.3.1 + - dask==2021.4.0 + - distributed>=2.22.0,<=2021.4.0 - streamz - dlpack - arrow-cpp=1.0.1 diff --git a/conda/recipes/custreamz/meta.yaml b/conda/recipes/custreamz/meta.yaml index 4b763813001..f65b3cafbd7 100644 --- a/conda/recipes/custreamz/meta.yaml +++ b/conda/recipes/custreamz/meta.yaml @@ -28,8 +28,8 @@ requirements: - python - streamz - cudf {{ version }} - - dask >=2.22.0 - - distributed >=2.22.0,<=2021.3.1 + - dask >=2.22.0,<=2021.4.0 + - distributed >=2.22.0,<=2021.4.0 - python-confluent-kafka - cudf_kafka {{ version }} diff --git a/conda/recipes/dask-cudf/meta.yaml b/conda/recipes/dask-cudf/meta.yaml index 38bcfd469b9..8b503840b34 100644 --- a/conda/recipes/dask-cudf/meta.yaml +++ b/conda/recipes/dask-cudf/meta.yaml @@ -23,13 +23,13 @@ requirements: host: - python - cudf {{ version }} - - dask==2021.3.1 - - distributed >=2.22.0,<=2021.3.1 + - dask==2021.4.0 + - distributed >=2.22.0,<=2021.4.0 run: - python - cudf {{ version }} - - dask==2021.3.1 - - distributed >=2.22.0,<=2021.3.1 + - dask==2021.4.0 + - distributed >=2.22.0,<=2021.4.0 test: requires: diff --git a/python/custreamz/dev_requirements.txt b/python/custreamz/dev_requirements.txt index 61b1b8cd7a1..4234d7ee2ab 100644 --- a/python/custreamz/dev_requirements.txt +++ b/python/custreamz/dev_requirements.txt @@ -3,8 +3,8 @@ flake8==3.8.3 black==19.10b0 isort==5.0.7 -dask==2021.3.1 -distributed>=2.22.0,<=2021.3.1 +dask==2021.4.0 +distributed>=2.22.0,<=2021.4.0 streamz python-confluent-kafka pytest diff --git a/python/dask_cudf/dev_requirements.txt b/python/dask_cudf/dev_requirements.txt index b19501845d1..c157c0be86f 100644 --- a/python/dask_cudf/dev_requirements.txt +++ b/python/dask_cudf/dev_requirements.txt @@ -1,7 +1,7 @@ # Copyright (c) 2021, NVIDIA CORPORATION. -dask==2021.3.1 -distributed>=2.22.0,<=2021.3.1 +dask==2021.4.0 +distributed>=2.22.0,<=2021.4.0 fsspec>=0.6.0 numba>=0.49.0,!=0.51.0 numpy diff --git a/python/dask_cudf/setup.py b/python/dask_cudf/setup.py index caf9bb6bbb0..f735d895095 100644 --- a/python/dask_cudf/setup.py +++ b/python/dask_cudf/setup.py @@ -10,8 +10,8 @@ install_requires = [ "cudf", - "dask==2021.3.1", - "distributed>=2.22.0,<=2021.3.1", + "dask==2021.4.0", + "distributed>=2.22.0,<=2021.4.0", "fsspec>=0.6.0", "numpy", "pandas>=1.0,<1.3.0dev0", @@ -23,8 +23,8 @@ "pandas>=1.0,<1.3.0dev0", "pytest", "numba>=0.49.0,!=0.51.0", - "dask==2021.3.1", - "distributed>=2.22.0,<=2021.3.1", + "dask==2021.4.0", + "distributed>=2.22.0,<=2021.4.0", ] }