2018-12-06 19:24:31 +00:00
|
|
|
package:
|
|
|
|
name: networkx
|
2021-04-18 19:37:14 +00:00
|
|
|
version: 2.5.1
|
2018-12-06 19:24:31 +00:00
|
|
|
requirements:
|
|
|
|
run:
|
2020-10-17 07:07:19 +00:00
|
|
|
- decorator
|
|
|
|
- setuptools
|
|
|
|
# Upstream NetworkX has these as "soft" dependencies, but it's more
|
|
|
|
# convenient to have them come in automatically.
|
|
|
|
- matplotlib
|
|
|
|
- numpy
|
|
|
|
source:
|
2021-04-18 19:37:14 +00:00
|
|
|
sha256: 109cd585cac41297f71103c3c42ac6ef7379f29788eb54cb751be5a663bb235a
|
|
|
|
url: https://files.pythonhosted.org/packages/b0/21/adfbf6168631e28577e4af9eb9f26d75fe72b2bb1d33762a5f2c425e6c2a/networkx-2.5.1.tar.gz
|
2018-12-06 19:24:31 +00:00
|
|
|
test:
|
|
|
|
imports:
|
2020-10-17 07:07:19 +00:00
|
|
|
- networkx
|
|
|
|
- networkx.algorithms
|
|
|
|
- networkx.algorithms.approximation
|
|
|
|
- networkx.algorithms.assortativity
|
|
|
|
- networkx.algorithms.bipartite
|
|
|
|
- networkx.algorithms.centrality
|
|
|
|
- networkx.algorithms.chordal
|
|
|
|
- networkx.algorithms.coloring
|
|
|
|
- networkx.algorithms.community
|
|
|
|
- networkx.algorithms.components
|
|
|
|
- networkx.algorithms.connectivity
|
|
|
|
- networkx.algorithms.flow
|
|
|
|
- networkx.algorithms.isomorphism
|
|
|
|
- networkx.algorithms.link_analysis
|
|
|
|
- networkx.algorithms.node_classification
|
|
|
|
- networkx.algorithms.operators
|
|
|
|
- networkx.algorithms.shortest_paths
|
|
|
|
- networkx.algorithms.traversal
|
|
|
|
- networkx.algorithms.tree
|
|
|
|
- networkx.classes
|
|
|
|
- networkx.drawing
|
|
|
|
- networkx.generators
|
|
|
|
- networkx.linalg
|
|
|
|
- networkx.readwrite
|
|
|
|
- networkx.readwrite.json_graph
|
|
|
|
- networkx.utils
|