2018-12-06 19:24:31 +00:00
|
|
|
package:
|
|
|
|
name: networkx
|
2020-10-17 07:07:19 +00:00
|
|
|
version: '2.4'
|
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:
|
|
|
|
sha256: f8f4ff0b6f96e4f9b16af6b84622597b5334bf9cae8cf9b2e42e7985d5c95c64
|
|
|
|
url: https://files.pythonhosted.org/packages/bf/63/7b579dd3b1c49ce6b7fd8f6f864038f255201410905dd183cf7f4a3845cf/networkx-2.4.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
|