You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NetworkX is one of the heaviest dependencies of PyDelphin, and it's part of the default install and only used for a single function. If delphin.mrs.is_isomorphic() can be rewritten with its own implementation of isomorphism checking then we can get rid of the dependency.
The text was updated successfully, but these errors were encountered:
NetworkX is one of the heaviest dependencies of PyDelphin, and it's part of the default install and only used for a single function. If
delphin.mrs.is_isomorphic()
can be rewritten with its own implementation of isomorphism checking then we can get rid of the dependency.The text was updated successfully, but these errors were encountered: