diff --git a/setup.py b/setup.py index 9f5330d..34748aa 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ python_requires='>=3.6', install_requires=[ 'dask[complete]==2021.7.1', - 'distributed==2021.7.1', + 'distributed==2021.10.0', 'dask-mpi==2021.11.0', 'bokeh==2.4.3', 'pyarrow>=4.0.1',