Commit 9f5bbec9 authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #223 from leosartaj/sympy

update sympy to 1.0
parents 1d398b5b 95bd3cab
......@@ -24,7 +24,7 @@ RUN conda install --quiet --yes \
'seaborn=0.7*' \
'scikit-learn=0.17*' \
'scikit-image=0.11*' \
'sympy=0.7*' \
'sympy=1.0*' \
'cython=0.23*' \
'patsy=0.4*' \
'statsmodels=0.6*' \
......@@ -48,7 +48,7 @@ RUN conda create --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 \
'seaborn=0.7*' \
'scikit-learn=0.17*' \
'scikit-image=0.11*' \
'sympy=0.7*' \
'sympy=1.0*' \
'cython=0.23*' \
'patsy=0.4*' \
'statsmodels=0.6*' \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment