I noticed that, after updating to Numpy 2.0, I get the following error when I try e.g. to import loess :
>>> from skmisc.loess import loess
File "_loess.pyx", line 1, in init _loess
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
Hi!
I noticed that, after updating to Numpy 2.0, I get the following error when I try e.g. to import loess :