Skip to content

Commit f8821fc

Browse files
committed
Be more explicit about dask dependencies
1 parent 9ea9f98 commit f8821fc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

requirements.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# dask dependencies: https://docs.dask.org/en/latest/install.html
2+
cloudpickle>=0.2.2
3+
fsspec>=0.6.0
4+
toolz>=0.8.2
5+
16
dask>=2.9.2
27
hypothesis==5.19.3
38
matplotlib>=3.0.3
@@ -6,6 +11,4 @@ pandas>=1.0.0
611
prompt-toolkit>=3.0
712
pyyaml>=3.01
813
scipy>=1.3.3
9-
# toolz required for dask
10-
toolz>=0.10.0
1114
tqdm>=4.39.0

0 commit comments

Comments
 (0)