`np.array([1]).dtype` is platform-dependant, presumably because it defaults to `np.int_` 1. Is this by design? 2. If not, can we force it to `int64`?