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 4141 134 : {"dtype" : np .dtype ("<M8[s]" ), "scalar_type" : "DATETIME64[s]" },
4242 135 : {"dtype" : np .dtype ("<M8[ms]" ), "scalar_type" : "DATETIME64[ms]" },
4343 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]" },
4748}
4849serialize_lookup = {
4950 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
44ipython
55pandas
66tqdm
7- networkx <= 2.8.2
7+ networkx <= 2.6.3
88pydot
99minio >= 7.0.0
1010matplotlib
You can’t perform that action at this time.
0 commit comments