Upgrade the hdf5 conda package to 1.8.17

This package version includes the license file (LICENSE.txt).
This commit is contained in:
Tyler Erickson
2016-08-10 13:17:31 -07:00
committed by GitHub
parent 54838ed4ac
commit 1b2faaea43

View File

@@ -35,6 +35,7 @@ RUN conda install --quiet --yes \
'numba=0.23*' \
'bokeh=0.11*' \
'sqlalchemy=1.0*' \
'hdf5=1.8.17' \
'h5py=2.5*' && \
conda remove --quiet --yes --force qt pyqt && \
conda clean -tipsy
@@ -63,6 +64,7 @@ RUN conda create --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 \
'dill=0.2*' \
'numba=0.23*' \
'bokeh=0.11*' \
'hdf5=1.8.17' \
'h5py=2.5*' \
'sqlalchemy=1.0*' \
'pyzmq' && \