When I try to import keras or import tensorflow I get this error “AttributeError: np.complex_ was removed in the NumPy 2.0 release. Use np.complex128 instead.” I tried changing the numpy version several times and similar solutions, but they all do not work or break something else. Sometimes it works though strangely but that’s not good enough. Hardware I am using is a Mac with the operating system being sequioa and running in a jupyter notebook. Is there a solution that does not require changing many versions of libraries or way to make it so use the right libraries in the right place? This is a new issue, code worked just a month ago (In October 2024, and libraries were installed around that time).