Skip to content

Commit b87e490

Browse files
committedMar 23, 2024
added dask[distributed] to requirements.txt and dev-requirements.txt
wasn't correctly captured by pipreqs
1 parent eeb1f1c commit b87e490

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎dev-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
dask==2022.7.0
2+
dask[distributed]==2022.7.0
23
dill==0.3.6
34
h5py==3.7.0
45
matplotlib==3.5.1

‎requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
dask==2022.7.0
2+
dask[distributed]==2022.7.0
23
dill==0.3.6
34
h5py==3.7.0
45
matplotlib==3.5.1

0 commit comments

Comments
 (0)