Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation of pydot package #15

Open
TathagataChakraborti opened this issue Dec 6, 2023 · 0 comments
Open

Deprecation of pydot package #15

TathagataChakraborti opened this issue Dec 6, 2023 · 0 comments
Assignees

Comments

@TathagataChakraborti
Copy link
Member

Something to keep an eye out for. 👀

DeprecationWarning: nx.nx_pydot.to_pydot depends on the pydot package, which has
known issues and is not actively maintained.

See https://github.com/networkx/networkx/issues/5723
  A = nx.nx_pydot.to_pydot(K5)  # conversion to pydot
DeprecationWarning: nx.nx_pydot.from_pydot depends on the pydot package, which has
known issues and is not actively maintained.

See https://github.com/networkx/networkx/issues/5723
  _ = nx.nx_pydot.from_pydot(A)  # return MultiGraph
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants