aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCathy Yeh <cathy@driver.xyz>2018-01-18 21:56:32 -0800
committerCathy Yeh <cathy@driver.xyz>2018-01-18 21:56:32 -0800
commitc93c352b2f68a2bbcde2241e61d9fb52504a67a9 (patch)
treefc71d343eec17b59d8af81eb768e4fe2eab167c2
parent6aa7175237982befb0b085696e466242d744976c (diff)
downloadbeliefs-c93c352b2f68a2bbcde2241e61d9fb52504a67a9.tar.gz
beliefs-c93c352b2f68a2bbcde2241e61d9fb52504a67a9.tar.bz2
beliefs-c93c352b2f68a2bbcde2241e61d9fb52504a67a9.zip
explicitly require networkx >=2.0 in meta.yaml
-rw-r--r--conda-build/meta.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/conda-build/meta.yaml b/conda-build/meta.yaml
index b7d065b..2d2d8eb 100644
--- a/conda-build/meta.yaml
+++ b/conda-build/meta.yaml
@@ -23,7 +23,7 @@ requirements:
- pyyaml
- pytest
- numpy
- - networkx >=1.11
+ - networkx >=2.0
anaconda_upload: True