Package: singularity Version: 1.0.0-1 Severity: grave
On systems with Numpy 2 installed, singularity crashes with the following exception:
AttributeError: `np.cast` was removed in the NumPy 2.0 release. Use `np.asarray(arr, dtype=dtype)` instead.
Apparently, it relies on `np.cast', which is no longer supported.