mirror of https://github.com/pyodide/pyodide.git
43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
package:
|
|
name: networkx
|
|
version: "3.0"
|
|
top-level:
|
|
- networkx
|
|
requirements:
|
|
run:
|
|
- decorator
|
|
- setuptools
|
|
- matplotlib
|
|
- numpy
|
|
source:
|
|
sha256: 58058d66b1818043527244fab9d41a51fcd7dcc271748015f3c181b8a90c8e2e
|
|
url: https://files.pythonhosted.org/packages/11/eb/929b1a04b1778f4dd606c739c93c134306e4a31012e31e184c8308f3d985/networkx-3.0-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
|