Getting
ModuleNotFoundError: No module named 'numpy.lib.arraysetops'
when trying to run anything with Hydralit.
Looks like numpy 2.0 made lib.arraypad, lib.arraysetops, lib.ufunclike and lib.utils modules to private files and ensures that their public methods are only available through the main namespace.