pyodide/packages/networkx/meta.yaml

46 lines
1.3 KiB
YAML
Raw Normal View History

2018-12-06 19:24:31 +00:00
package:
name: networkx
version: '2.2'
source:
url: https://files.pythonhosted.org/packages/f3/f4/7e20ef40b118478191cec0b58c3192f822cace858c19505c7670961b76b2/networkx-2.2.zip
sha256: 45e56f7ab6fe81652fb4bc9f44faddb0e9025f469f602df14e3b2551c2ea5c8b
requirements:
run:
- decorator
- setuptools
# Upstream NetworkX has these as "soft" dependencies, but it's more
# convenient to have them come in automatically.
- matplotlib
- numpy
2018-12-06 19:24:31 +00:00
test:
imports:
2018-12-06 21:55:40 +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