From c93c352b2f68a2bbcde2241e61d9fb52504a67a9 Mon Sep 17 00:00:00 2001 From: Cathy Yeh Date: Thu, 18 Jan 2018 21:56:32 -0800 Subject: explicitly require networkx >=2.0 in meta.yaml --- conda-build/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3