Open valentinlemaire opened 1 year ago
When trying to use the current package with networkx I obtain a module 'networkx' has no attribute 'to_scipy_sparse_matrix'. It got changed to to_scipy_sparse_array in networkx 3.0
module 'networkx' has no attribute 'to_scipy_sparse_matrix'.
to_scipy_sparse_array
Is there a known work-arround for this issue?
When trying to use the current package with networkx I obtain a
module 'networkx' has no attribute 'to_scipy_sparse_matrix'.
It got changed toto_scipy_sparse_array
in networkx 3.0