File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 41
41
134 : {"dtype" : np .dtype ("<M8[s]" ), "scalar_type" : "DATETIME64[s]" },
42
42
135 : {"dtype" : np .dtype ("<M8[ms]" ), "scalar_type" : "DATETIME64[ms]" },
43
43
136 : {"dtype" : np .dtype ("<M8[us]" ), "scalar_type" : "DATETIME64[us]" },
44
- 137 : {"dtype" : np .dtype ("<M8[ps]" ), "scalar_type" : "DATETIME64[ps]" },
45
- 138 : {"dtype" : np .dtype ("<M8[fs]" ), "scalar_type" : "DATETIME64[fs]" },
46
- 139 : {"dtype" : np .dtype ("<M8[as]" ), "scalar_type" : "DATETIME64[as]" },
44
+ 137 : {"dtype" : np .dtype ("<M8[ns]" ), "scalar_type" : "DATETIME64[ns]" },
45
+ 138 : {"dtype" : np .dtype ("<M8[ps]" ), "scalar_type" : "DATETIME64[ps]" },
46
+ 139 : {"dtype" : np .dtype ("<M8[fs]" ), "scalar_type" : "DATETIME64[fs]" },
47
+ 140 : {"dtype" : np .dtype ("<M8[as]" ), "scalar_type" : "DATETIME64[as]" },
47
48
}
48
49
serialize_lookup = {
49
50
v ["dtype" ]: {"type_id" : k , "scalar_type" : v ["scalar_type" ]}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pyparsing
4
4
ipython
5
5
pandas
6
6
tqdm
7
- networkx <= 2.8.2
7
+ networkx <= 2.6.3
8
8
pydot
9
9
minio >= 7.0.0
10
10
matplotlib
You can’t perform that action at this time.
0 commit comments