mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 14:02:58 +00:00
Upgrade the hdf5 conda package to 1.8.17
This package version includes the license file (LICENSE.txt).
This commit is contained in:
@@ -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' && \
|
||||
|
Reference in New Issue
Block a user