Commit a3106172 authored by EC2 Default User's avatar EC2 Default User

removing minor versions from beautifulsoup and vincent

parent 77827165
...@@ -38,8 +38,8 @@ RUN conda install --quiet --yes \ ...@@ -38,8 +38,8 @@ RUN conda install --quiet --yes \
'sqlalchemy=1.0*' \ 'sqlalchemy=1.0*' \
'hdf5=1.8.17' \ 'hdf5=1.8.17' \
'h5py=2.6*' \ 'h5py=2.6*' \
'vincent=0.4.4*' \ 'vincent=0.4.*' \
'beautifulsoup4=4.5.1*' \ 'beautifulsoup4=4.5.*' \
'xlrd' && \ 'xlrd' && \
conda remove --quiet --yes --force qt pyqt && \ conda remove --quiet --yes --force qt pyqt && \
conda clean -tipsy conda clean -tipsy
...@@ -73,8 +73,8 @@ RUN conda create --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 \ ...@@ -73,8 +73,8 @@ RUN conda create --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 \
'h5py=2.6*' \ 'h5py=2.6*' \
'sqlalchemy=1.0*' \ 'sqlalchemy=1.0*' \
'pyzmq' \ 'pyzmq' \
'vincent=0.4.4*' \ 'vincent=0.4.*' \
'beautifulsoup4=4.5.1*' \ 'beautifulsoup4=4.5.*' \
'xlrd' && \ 'xlrd' && \
conda remove -n python2 --quiet --yes --force qt pyqt && \ conda remove -n python2 --quiet --yes --force qt pyqt && \
conda clean -tipsy conda clean -tipsy
......
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