From 2221e6a0b8fd591cf33bfb37b5ce7f29a5a71a61 Mon Sep 17 00:00:00 2001 From: "David P. Mayer" Date: Thu, 14 Jun 2018 12:35:17 -0500 Subject: [PATCH] Add pyproj to list of run requirements in meta.yaml (#55) --- recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 52772fc..b331207 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -41,6 +41,7 @@ requirements: - networkx - scipy - certifi + - pyproj test: imports: -- GitLab