Skip to content

Commit 333b44b

Browse files
committed
fix bug
1 parent 42b0537 commit 333b44b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

datajoint/blob.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@
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
}
4849
serialize_lookup = {
4950
v["dtype"]: {"type_id": k, "scalar_type": v["scalar_type"]}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pyparsing
44
ipython
55
pandas
66
tqdm
7-
networkx<=2.8.2
7+
networkx<=2.6.3
88
pydot
99
minio>=7.0.0
1010
matplotlib

0 commit comments

Comments
 (0)