Commit 768f1268 authored by Michael Droettboom's avatar Michael Droettboom

Add matplotlib and numpy as dependencies

parent 09d8afea
......@@ -10,6 +10,10 @@ requirements:
run:
- decorator
- setuptools
# Upstream NetworkX has these as "soft" dependencies, but it's more
# convenient to have them come in automatically.
- matplotlib
- numpy
test:
imports:
......@@ -38,4 +42,4 @@ test:
- networkx.linalg
- networkx.readwrite
- networkx.readwrite.json_graph
- networkx.utils
\ No newline at end of file
- networkx.utils
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment