Commit be39a0ab authored by Tyler Erickson's avatar Tyler Erickson Committed by GitHub

Updated h5py conda package to version 2.6*

parent 1b2faaea
...@@ -36,7 +36,7 @@ RUN conda install --quiet --yes \ ...@@ -36,7 +36,7 @@ RUN conda install --quiet --yes \
'bokeh=0.11*' \ 'bokeh=0.11*' \
'sqlalchemy=1.0*' \ 'sqlalchemy=1.0*' \
'hdf5=1.8.17' \ 'hdf5=1.8.17' \
'h5py=2.5*' && \ 'h5py=2.6*' && \
conda remove --quiet --yes --force qt pyqt && \ conda remove --quiet --yes --force qt pyqt && \
conda clean -tipsy conda clean -tipsy
...@@ -65,7 +65,7 @@ RUN conda create --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 \ ...@@ -65,7 +65,7 @@ RUN conda create --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 \
'numba=0.23*' \ 'numba=0.23*' \
'bokeh=0.11*' \ 'bokeh=0.11*' \
'hdf5=1.8.17' \ 'hdf5=1.8.17' \
'h5py=2.5*' \ 'h5py=2.6*' \
'sqlalchemy=1.0*' \ 'sqlalchemy=1.0*' \
'pyzmq' && \ 'pyzmq' && \
conda remove -n python2 --quiet --yes --force qt pyqt && \ conda remove -n python2 --quiet --yes --force qt pyqt && \
......
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