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
version: 2.7.1
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: 011e85d277c89681e8fa661cf5ff0743443445049b0b68789ad55ef09340c6e0
url: https://files.pythonhosted.org/packages/f6/34/4913f651b8e178dde5abcf8d62495e4dcd0757a9a6840f1b1f7a290afaea/networkx-2.7.1-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