AttributeError: `np.alltrue` was removed in the NumPy 2.0 release. Use `np.all` instead.

When trying to run EEMD, I get this error with python 3.11 The function ensure_equal_dims contains a np.alltrue, which needs to be changed for np.all