From cdeb0727ebae8d9e5d4bf83e9171f1cb2f5f62eb Mon Sep 17 00:00:00 2001 From: John Pellman Date: Wed, 2 Nov 2016 19:02:56 -0400 Subject: [PATCH] Use older future in install script --- scripts/cpac_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cpac_install.sh b/scripts/cpac_install.sh index 79e6aeac4a..81f791b31f 100755 --- a/scripts/cpac_install.sh +++ b/scripts/cpac_install.sh @@ -129,7 +129,7 @@ function install_python_dependencies { conda create -y -n cpac python source activate cpac conda install -y cython numpy scipy matplotlib networkx traits pyyaml jinja2 nose ipython pip wxpython pandas - pip install future prov simplejson lockfile pygraphviz nibabel nipype patsy memory_profiler psutil INDI-tools + pip install future==0.15.2 prov simplejson lockfile pygraphviz nibabel nipype patsy memory_profiler psutil INDI-tools echo 'source activate cpac' >> ~/cpac_env.sh source deactivate fi