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

Add matplotlib and numpy as dependencies

parent 09d8afea
...@@ -10,6 +10,10 @@ requirements: ...@@ -10,6 +10,10 @@ requirements:
run: run:
- decorator - decorator
- setuptools - setuptools
# Upstream NetworkX has these as "soft" dependencies, but it's more
# convenient to have them come in automatically.
- matplotlib
- numpy
test: test:
imports: imports:
...@@ -38,4 +42,4 @@ test: ...@@ -38,4 +42,4 @@ test:
- networkx.linalg - networkx.linalg
- networkx.readwrite - networkx.readwrite
- networkx.readwrite.json_graph - networkx.readwrite.json_graph
- networkx.utils - networkx.utils
\ No newline at end of file
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