bhargavchippada / forceatlas2

Fastest Gephi's ForceAtlas2 graph layout algorithm implemented for Python and NetworkX
GNU General Public License v3.0
286 stars 80 forks source link

Not compatible with networkx 3.0 #41

Open valentinlemaire opened 1 year ago

valentinlemaire commented 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

lumoe commented 1 year ago

Is there a known work-arround for this issue?