Commit 70014729 authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #259 from tylere/master

Upgrade hdf5 and h5py conda packages
parents 54838ed4 be39a0ab
...@@ -35,7 +35,8 @@ RUN conda install --quiet --yes \ ...@@ -35,7 +35,8 @@ RUN conda install --quiet --yes \
'numba=0.23*' \ 'numba=0.23*' \
'bokeh=0.11*' \ 'bokeh=0.11*' \
'sqlalchemy=1.0*' \ 'sqlalchemy=1.0*' \
'h5py=2.5*' && \ 'hdf5=1.8.17' \
'h5py=2.6*' && \
conda remove --quiet --yes --force qt pyqt && \ conda remove --quiet --yes --force qt pyqt && \
conda clean -tipsy conda clean -tipsy
...@@ -63,7 +64,8 @@ RUN conda create --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 \ ...@@ -63,7 +64,8 @@ RUN conda create --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 \
'dill=0.2*' \ 'dill=0.2*' \
'numba=0.23*' \ 'numba=0.23*' \
'bokeh=0.11*' \ 'bokeh=0.11*' \
'h5py=2.5*' \ 'hdf5=1.8.17' \
'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