Commit 1b2faaea authored by Tyler Erickson's avatar Tyler Erickson Committed by GitHub

Upgrade the hdf5 conda package to 1.8.17

This package version includes the license file (LICENSE.txt).
parent 54838ed4
......@@ -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' && \
......
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