Commit 95bd3cab authored by Sartaj Singh's avatar Sartaj Singh

update sympy to 1.0

parent 1d398b5b
...@@ -24,7 +24,7 @@ RUN conda install --quiet --yes \ ...@@ -24,7 +24,7 @@ RUN conda install --quiet --yes \
'seaborn=0.7*' \ 'seaborn=0.7*' \
'scikit-learn=0.17*' \ 'scikit-learn=0.17*' \
'scikit-image=0.11*' \ 'scikit-image=0.11*' \
'sympy=0.7*' \ 'sympy=1.0*' \
'cython=0.23*' \ 'cython=0.23*' \
'patsy=0.4*' \ 'patsy=0.4*' \
'statsmodels=0.6*' \ 'statsmodels=0.6*' \
...@@ -48,7 +48,7 @@ RUN conda create --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 \ ...@@ -48,7 +48,7 @@ RUN conda create --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 \
'seaborn=0.7*' \ 'seaborn=0.7*' \
'scikit-learn=0.17*' \ 'scikit-learn=0.17*' \
'scikit-image=0.11*' \ 'scikit-image=0.11*' \
'sympy=0.7*' \ 'sympy=1.0*' \
'cython=0.23*' \ 'cython=0.23*' \
'patsy=0.4*' \ 'patsy=0.4*' \
'statsmodels=0.6*' \ '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