File tree Expand file tree Collapse file tree 2 files changed +8
-18
lines changed Expand file tree Collapse file tree 2 files changed +8
-18
lines changed Original file line number Diff line number Diff line change 19
19
import mock
20
20
21
21
MOCK_MODULES = [
22
- "cloudpickle" ,
23
22
"dask" ,
24
23
"dask.dataframe" ,
25
- "dill" ,
26
24
"matplotlib" ,
27
25
"matplotlib.pyplot" ,
28
26
"matplotlib.transforms" ,
40
38
"prompt_toolkit.validation" ,
41
39
"scipy" ,
42
40
"scipy.stats" ,
43
- "toolz" ,
44
- "toolz.curried" ,
45
- "toolz.functoolz" ,
46
41
"tqdm" ,
47
42
"yaml" ,
48
43
]
Original file line number Diff line number Diff line change 1
- cloudpickle >= 0.2.1
2
- fsspec >= 0.4.3
3
- dask >= 2.3.0
4
- hypothesis == 5.19
5
- matplotlib >= 2.0.0
6
- numpy >= 1.9.2
7
- pandas >= 0.18.1
8
- pathlib >= 1.0.1
9
- prompt-toolkit >= 1.0.7
1
+ dask >= 2.9.2
2
+ hypothesis == 5.19.3
3
+ matplotlib >= 3.0.3
4
+ numpy >= 1.17.4
5
+ pandas >= 1.0.0
6
+ prompt-toolkit >= 3.0
10
7
pyyaml >= 3.01
11
- scipy >= 0.19.0
12
- toolz >= 0.8.0
13
- tqdm >= 3.4.0
14
- dacite
8
+ scipy >= 1.3.3
9
+ tqdm >= 4.39.0
You can’t perform that action at this time.
0 commit comments