pyodide/packages/networkx/meta.yaml

41 lines
1.2 KiB
YAML
Raw Normal View History

2018-12-06 19:24:31 +00:00
package:
name: networkx
2022-01-10 19:54:11 +00:00
version: 2.6.3
2018-12-06 19:24:31 +00:00
requirements:
run:
2022-01-10 19:54:11 +00:00
- decorator
- setuptools
- matplotlib
- numpy
2020-10-17 07:07:19 +00:00
source:
sha256: 80b6b89c77d1dfb64a4c7854981b60aeea6360ac02c6d4e4913319e0a313abef
url: https://files.pythonhosted.org/packages/e9/93/aa6613aa70d6eb4868e667068b5a11feca9645498fd31b954b6c4bb82fa5/networkx-2.6.3-py3-none-any.whl
2018-12-06 19:24:31 +00:00
test:
imports:
2022-01-10 19:54:11 +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