From d4d0477eb505551860f4fa753e0dc051f59483e6 Mon Sep 17 00:00:00 2001 From: Thomas Wiecki Date: Tue, 22 Jul 2014 11:09:42 +0200 Subject: [PATCH] BLD: Add Python as a conda dependency. --- conda/zipline/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda/zipline/meta.yaml b/conda/zipline/meta.yaml index f35716b5..722908c8 100644 --- a/conda/zipline/meta.yaml +++ b/conda/zipline/meta.yaml @@ -12,6 +12,7 @@ requirements: - python - setuptools run: + - python - pytz - requests - numpy