Skip to content
This repository was archived by the owner on Jan 14, 2023. It is now read-only.

Commit b9417ca

Browse files
Bump dask from 0.18.2 to 2021.10.0
Bumps [dask](https://github.com/dask/dask) from 0.18.2 to 2021.10.0. - [Release notes](https://github.com/dask/dask/releases) - [Changelog](https://github.com/dask/dask/blob/main/docs/release-procedure.md) - [Commits](dask/dask@0.18.2...2021.10.0) --- updated-dependencies: - dependency-name: dask dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6fd0e48 commit b9417ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cryptography>=2.3
1717
cycler==0.10.0
1818
Cython==0.28.3
1919
cytoolz==0.9.0.1
20-
dask==0.18.2
20+
dask==2021.10.0
2121
dask-glm==0.1.0
2222
dask-ml==0.7.0
2323
dask-xgboost==0.1.5

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
'cryptography',
3838
'Cython==0.28.3',
3939
'cytoolz==0.9.0.1',
40-
'dask==0.18.2',
40+
'dask==2021.10.0',
4141
'dask-glm==0.1.0',
4242
'dask-ml==0.7.0',
4343
'dask-xgboost==0.1.5',
@@ -61,7 +61,7 @@
6161
'urllib3>=1.24.2',
6262
'welly==0.3.5',
6363
'xgboost==0.72.1',
64-
'dask==0.18.2',
64+
'dask==2021.10.0',
6565
'dask-glm==0.1.0',
6666
'dask-ml==0.7.0',
6767
'dask-xgboost==0.1.5',

0 commit comments

Comments
 (0)