GraKeL
GraKeL copied to clipboard
make RandomWalk kernel compatible with SciPy version >= 1.12.0
This PR fixes #111. Deprecated argument tol in function scipy.sparse.linalg.cg was removed in version 1.14.0 [1]. Minimal compatible version of SciPy is now 1.12.0.
Thank you @klausweinbauer Could you please merge this with the other pull-request and make it backwards compatible?