Skip to content

Commit

Permalink
Merge pull request #918 from rkdarst/scipy-version-updates
Browse files Browse the repository at this point in the history
Update all package versions
  • Loading branch information
parente authored Aug 4, 2019
2 parents 822f02b + fed5b9a commit 58169ec
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
8 changes: 4 additions & 4 deletions all-spark-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ USER $NB_UID

# R packages
RUN conda install --quiet --yes \
'r-base=3.5.1' \
'r-irkernel=0.8*' \
'r-ggplot2=3.1*' \
'r-sparklyr=0.9*' \
'r-base=3.6.1' \
'r-irkernel=1.0*' \
'r-ggplot2=3.2*' \
'r-sparklyr=1.0*' \
'r-rcurl=1.95*' && \
conda clean --all -f -y && \
fix-permissions $CONDA_DIR && \
Expand Down
16 changes: 8 additions & 8 deletions datascience-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ USER $NB_UID
# R packages including IRKernel which gets installed globally.
RUN conda install --quiet --yes \
'rpy2=2.9*' \
'r-base=3.5.1' \
'r-irkernel=0.8*' \
'r-base=3.6.1' \
'r-irkernel=1.0*' \
'r-plyr=1.8*' \
'r-devtools=1.13*' \
'r-devtools=2.1*' \
'r-tidyverse=1.2*' \
'r-shiny=1.2*' \
'r-rmarkdown=1.11*' \
'r-forecast=8.2*' \
'r-shiny=1.3*' \
'r-rmarkdown=1.14*' \
'r-forecast=8.7*' \
'r-rsqlite=2.1*' \
'r-reshape2=1.4*' \
'r-nycflights13=1.0*' \
Expand All @@ -62,8 +62,8 @@ RUN conda install --quiet --yes \
'r-crayon=1.3*' \
'r-randomforest=4.6*' \
'r-htmltools=0.3*' \
'r-sparklyr=0.9*' \
'r-htmlwidgets=1.2*' \
'r-sparklyr=1.0*' \
'r-htmlwidgets=1.3*' \
'r-hexbin=1.27*' && \
conda clean --all -f -y && \
fix-permissions $CONDA_DIR && \
Expand Down
14 changes: 7 additions & 7 deletions r-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ USER $NB_UID

# R packages
RUN conda install --quiet --yes \
'r-base=3.5.1' \
'r-base=3.6.1' \
'r-rodbc=1.3*' \
'unixodbc=2.3.*' \
'r-irkernel=0.8*' \
'r-irkernel=1.0*' \
'r-plyr=1.8*' \
'r-devtools=2.0*' \
'r-tidyverse=1.2*' \
'r-shiny=1.2*' \
'r-rmarkdown=1.11*' \
'r-forecast=8.2*' \
'r-shiny=1.3*' \
'r-rmarkdown=1.14*' \
'r-forecast=8.7*' \
'r-rsqlite=2.1*' \
'r-reshape2=1.4*' \
'r-nycflights13=1.0*' \
Expand All @@ -43,8 +43,8 @@ RUN conda install --quiet --yes \
'r-crayon=1.3*' \
'r-randomforest=4.6*' \
'r-htmltools=0.3*' \
'r-sparklyr=0.9*' \
'r-htmlwidgets=1.2*' \
'r-sparklyr=1.0*' \
'r-htmlwidgets=1.3*' \
'r-hexbin=1.27*' && \
conda clean --all -f -y && \
fix-permissions $CONDA_DIR
Expand Down
26 changes: 13 additions & 13 deletions scipy-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,28 @@ USER $NB_UID
RUN conda install --quiet --yes \
'conda-forge::blas=*=openblas' \
'ipywidgets=7.5*' \
'pandas=0.24*' \
'pandas=0.25*' \
'numexpr=2.6*' \
'matplotlib-base=3.1.*' \
'scipy=1.2*' \
'scipy=1.3*' \
'seaborn=0.9*' \
'scikit-learn=0.20*' \
'scikit-image=0.14*' \
'sympy=1.3*' \
'scikit-learn=0.21*' \
'scikit-image=0.15*' \
'sympy=1.4*' \
'cython=0.29*' \
'patsy=0.5*' \
'statsmodels=0.9*' \
'cloudpickle=0.8*' \
'dill=0.2*' \
'dask=1.1.*' \
'numba=0.42*' \
'bokeh=1.0*' \
'statsmodels=0.10*' \
'cloudpickle=1.2*' \
'dill=0.3*' \
'dask=2.2.*' \
'numba=0.45*' \
'bokeh=1.3*' \
'sqlalchemy=1.3*' \
'hdf5=1.10*' \
'h5py=2.9*' \
'vincent=0.4.*' \
'beautifulsoup4=4.7.*' \
'protobuf=3.7.*' \
'beautifulsoup4=4.8.*' \
'protobuf=3.9.*' \
'xlrd' && \
conda clean --all -f -y && \
# Activate ipywidgets extension in the environment that runs the notebook server
Expand Down

0 comments on commit 58169ec

Please sign in to comment.