Hi all,
I am new to causal-learn and I have now started to testing it out.
However, running:
from causallearn.search.ScoreBased.GES import ges
Returns
AttributeError: `np.mat` was removed in the NumPy 2.0 release. Use `np.asmatrix` instead.
Which is self-explanatroy,but my question is, since I need numpy>2.0: are there any plans to make the library compatible with newer versions of numpy?
Best,
Giovanni