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