Skip to content
Snippets Groups Projects
Commit ffac7e20 authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Update Python packages

parent 2a8dc7ca
No related branches found
No related tags found
No related merge requests found
......@@ -7,10 +7,10 @@ USER conda
# We could remove pyqt and qt pulled in for matplotlib since we're only ever going to
# use notebook-friendly backends in these images but they are re-installed by julia
RUN conda install --quiet --yes -n jupyter \
altair=2.4 \
ase=3.17 \
altair=3.1 \
ase=3.18 \
beautifulsoup4 \
bokeh=1.1 \
bokeh=1.3 \
bz2file \
csentry-api \
cython=0.29 \
......@@ -21,7 +21,7 @@ RUN conda install --quiet --yes -n jupyter \
hdf5 \
h5py \
holoviews=1.12 \
ipywidgets=7.4 \
ipywidgets=7.5 \
jpype1=0.6 \
jsonschema \
jupyter_contrib_nbextensions \
......@@ -30,34 +30,34 @@ RUN conda install --quiet --yes -n jupyter \
jupyter_dashboards=0.7 \
keras=2 \
lxml \
matplotlib=3.0 \
matplotlib-base=3.1 \
nbexamples=0.3 \
nbval=0.9.1 \
networkx \
numba=0.43 \
numba=0.45 \
numexpr=2.6 \
numpy=1.16 \
numpy=1.17 \
opencv=3 \
openpyxl \
oauthlib \
oxal=1.1.0 \
pandas=0.24 \
pandas=0.25 \
pandoc \
pandocfilters \
panel=0.5 \
panel=0.6 \
pillow \
pvapy=1.4 \
pyepics=3.3 \
pvapy=1.6 \
pyepics=3.4 \
pymongo \
python-graphviz=0.8 \
requests \
requests-oauthlib \
rise=5.4.1 \
scikit-learn=0.20 \
scipy=1.2 \
rise=5.5.1 \
scikit-learn=0.21 \
scipy=1.3 \
seaborn=0.9 \
sympy=1.1 \
tensorflow=1.13 \
sympy=1.4 \
tensorflow=1.14 \
vega=2 \
vega_datasets \
xlsxwriter \
......@@ -68,7 +68,7 @@ RUN conda install --quiet --yes -n jupyter \
RUN /opt/conda/envs/jupyter/bin/pip install -i https://artifactory.esss.lu.se/artifactory/api/pypi/pypi-virtual/simple --no-cache-dir \
'https://github.com/paulscherrerinstitute/py_elog/archive/1.3.1.zip' \
'jira==2.0.0' \
'p4p==3.2.0' \
'p4p==3.3.0' \
'pandas-bokeh' \
'periodictable' \
'pygraphviz==1.5' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment