From fbe0f72cbe8cf52b3feac4ca6dc118abf47a26a2 Mon Sep 17 00:00:00 2001 From: Shu Zheng Date: Mon, 13 Mar 2017 03:02:09 -0400 Subject: [PATCH] quantopian --- bin/steps/conda_compile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/steps/conda_compile b/bin/steps/conda_compile index 3fbf9ac..641c1c0 100755 --- a/bin/steps/conda_compile +++ b/bin/steps/conda_compile @@ -14,8 +14,8 @@ conda install nomkl if [ -f conda-requirements.txt ]; then - puts-step "Installing ta-lib using Conda" - conda install ta-lib + puts-step "Installing q-ta-lib using Conda" + conda install -c quantopian ta-lib=0.4.9 fi if [ -f requirements.txt ]; then