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
Currently, networkx is installed as a required dependency, even though it’s only used for a subset of advanced features. To keep the core package lightweight and minimize dependency bloat, it would be better to make networkx optional.