Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Deprecation of pydot package#15

Description

@TathagataChakraborti

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions