From ab3a8ceca7ab26129336583ba65c50cceee6d66e Mon Sep 17 00:00:00 2001 From: Mark Harfouche Date: Mon, 6 Aug 2018 00:55:51 -0400 Subject: [PATCH] Add pip to host requirements --- recipe/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index bff747b..ce1ea84 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -22,6 +22,8 @@ requirements: - {{ compiler('cxx') }} host: - python + - pip + - setuptools - numpy >=1.11 - cython - freetype >=2.6