Skip to content

Commit

Permalink
Use older future in install script
Browse files Browse the repository at this point in the history
  • Loading branch information
jpellman authored Nov 2, 2016
1 parent d6cdf77 commit cdeb072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cpac_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cdeb072

Please sign in to comment.