Commit 0d262a78 authored by Stephen Larson's avatar Stephen Larson Committed by GitHub

fix beautifulsoup

parent 10a0d537
......@@ -39,7 +39,7 @@ RUN conda install --quiet --yes \
'hdf5=1.8.17' \
'h5py=2.6*' \
'vincent=0.4.4*' \
'BeautifulSoup=4.5.1*' && \
'beautifulsoup4=4.5.1*' && \
conda remove --quiet --yes --force qt pyqt && \
conda clean -tipsy
......@@ -73,7 +73,7 @@ RUN conda create --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 \
'sqlalchemy=1.0*' \
'pyzmq' \
'vincent=0.4.4*' \
'BeautifulSoup=4.5.1*'&& \
'beautifulsoup4=4.5.1*'&& \
conda remove -n python2 --quiet --yes --force qt pyqt && \
conda clean -tipsy
# Add shortcuts to distinguish pip for python2 and python3 envs
......
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