diff --git a/requirements.txt b/requirements.txt index f15abc0..561aa4f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ cryptography>=2.3 cycler==0.10.0 Cython==0.28.3 cytoolz==0.9.0.1 -dask==0.18.2 +dask==2021.10.0 dask-glm==0.1.0 dask-ml==0.7.0 dask-xgboost==0.1.5 diff --git a/setup.py b/setup.py index 7305c7b..f13292b 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ 'cryptography', 'Cython==0.28.3', 'cytoolz==0.9.0.1', -'dask==0.18.2', +'dask==2021.10.0', 'dask-glm==0.1.0', 'dask-ml==0.7.0', 'dask-xgboost==0.1.5', @@ -61,7 +61,7 @@ 'urllib3>=1.24.2', 'welly==0.3.5', 'xgboost==0.72.1', -'dask==0.18.2', +'dask==2021.10.0', 'dask-glm==0.1.0', 'dask-ml==0.7.0', 'dask-xgboost==0.1.5',