Looks like the `"generic"` unit is being removed from `timedelta64` in NumPy, and there are discussions about using a concrete default unit: - https://github.com/numpy/numpy/issues/28287 - https://github.com/numpy/numpy/pull/29619 When this is merged, we will need to update the data type spec for `np.timedelta64` accordingly.
Looks like the
"generic"unit is being removed fromtimedelta64in NumPy, and there are discussions about using a concrete default unit:When this is merged, we will need to update the data type spec for
np.timedelta64accordingly.