Skip to content

Commit

Permalink
Merge pull request #259 from tylere/master
Browse files Browse the repository at this point in the history
Upgrade hdf5 and h5py conda packages
  • Loading branch information
parente authored Aug 12, 2016
2 parents 54838ed + be39a0a commit 7001472
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scipy-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ RUN conda install --quiet --yes \
'numba=0.23*' \
'bokeh=0.11*' \
'sqlalchemy=1.0*' \
'h5py=2.5*' && \
'hdf5=1.8.17' \
'h5py=2.6*' && \
conda remove --quiet --yes --force qt pyqt && \
conda clean -tipsy

Expand Down Expand Up @@ -63,7 +64,8 @@ RUN conda create --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 \
'dill=0.2*' \
'numba=0.23*' \
'bokeh=0.11*' \
'h5py=2.5*' \
'hdf5=1.8.17' \
'h5py=2.6*' \
'sqlalchemy=1.0*' \
'pyzmq' && \
conda remove -n python2 --quiet --yes --force qt pyqt && \
Expand Down

0 comments on commit 7001472

Please sign in to comment.