Commit 534bfbaf authored by Michael Droettboom's avatar Michael Droettboom Committed by GitHub

Merge pull request #285 from mdboom/networkx-dependencies

Fix #281: Add matplotlib and numpy as dependencies
parents 09d8afea 768f1268
...@@ -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:
......
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