tikzplotlib icon indicating copy to clipboard operation
tikzplotlib copied to clipboard

Replace `np.float_` with `np.float64` for np 2.0

Open JasonGross opened this issue 1 year ago • 0 comments
trafficstars

This avoids

AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.

JasonGross avatar Aug 06 '24 23:08 JasonGross