AttributeError: `np.string_` was removed in the NumPy 2.0 release. Use `np.bytes_` instead.
/slimbrain_manager/data/dataset.py:116, --> 116 def coords_id(self) -> NDArray[np.string_]: 117 """ 118 Numpy array with patient ID for every coordenate labeled pixel from the ground-truth included in the patient dataset. 119 """ 120 return self._coords_id
Also line 42 and 416