harrymvr / absorbing-centrality

An implementation of the absorbing random-walk centrality

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

networkx version

mmathioudakis opened this issue · comments

Currently, installation requires nexworkx version 1.9.1, which causes newer versions to uninstall.
Can we relax the requirement to allow for newer versions of networkx?

That should be pretty easy. I think there was a change in some functions of networkx that now returns a set instead of a list. I'll look into it.

#10 fixes this issue.