pyodide/packages/networkx/meta.yaml

43 lines
1.2 KiB
YAML
Raw Normal View History

2018-12-06 19:24:31 +00:00
package:
name: networkx
version: 2.5.1
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: 109cd585cac41297f71103c3c42ac6ef7379f29788eb54cb751be5a663bb235a
url: https://files.pythonhosted.org/packages/b0/21/adfbf6168631e28577e4af9eb9f26d75fe72b2bb1d33762a5f2c425e6c2a/networkx-2.5.1.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