mirror of https://github.com/pyodide/pyodide.git
41 lines
1.2 KiB
YAML
41 lines
1.2 KiB
YAML
package:
|
|
name: networkx
|
|
version: 2.8.4
|
|
requirements:
|
|
run:
|
|
- decorator
|
|
- setuptools
|
|
- matplotlib
|
|
- numpy
|
|
source:
|
|
sha256: 6933b9b3174a0bdf03c911bb4a1ee43a86ce3edeb813e37e1d4c553b3f4a2c4f
|
|
url: https://files.pythonhosted.org/packages/34/71/1d6f7aaefa2fb38ea8c13dc47f3e2a32c4dc78f6229086ed90947fc49d3c/networkx-2.8.4-py3-none-any.whl
|
|
test:
|
|
imports:
|
|
- 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
|