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

Update Python libraries

Install pyepics with conda to use same epics-base as pvaPy.
parent 6dbe6242
No related branches found
No related tags found
No related merge requests found
......@@ -7,20 +7,20 @@ 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.2*' \
'ase=3.16*' \
'altair=2.4*' \
'ase=3.17*' \
'beautifulsoup4' \
'bokeh=1.0*' \
'bokeh=1.1*' \
'bz2file' \
'csentry-api' \
'cython=0.28*' \
'cython=0.29*' \
'fann2=2.2.*' \
'py-fann2=1.1.*' \
'ffmpeg' \
'graphviz=2.38*' \
'hdf5' \
'h5py*' \
'holoviews=1.10*' \
'holoviews=1.12*' \
'ipywidgets=7.4*' \
'jpype1=0.6*' \
'jsonschema' \
......@@ -30,33 +30,34 @@ RUN conda install --quiet --yes -n jupyter \
'jupyter_dashboards=0.7*' \
'keras=2.*' \
'lxml' \
'matplotlib=2.2.3' \
'matplotlib=3.0.*' \
'nbexamples=0.3*' \
'networkx' \
'numba=0.40.*' \
'numba=0.43.*' \
'numexpr=2.6*' \
'numpy=1.16*' \
'opencv=3.*' \
'openpyxl' \
'oauthlib' \
'oxal=1.1.0' \
'pandas=0.23*' \
'pandas=0.24*' \
pandoc \
'pandocfilters' \
'panel=0.4.*' \
'panel=0.5.*' \
'pillow' \
'pvapy==1.2*' \
'pvapy==1.4*' \
'pyepics==3.3.*' \
'pymongo' \
'python-graphviz=0.8*' \
'requests' \
'requests-oauthlib' \
'rise' \
'scikit-learn=0.20.*' \
'scipy=1.1*' \
'scipy=1.2*' \
'seaborn=0.9*' \
'sympy=1.1*' \
'tensorflow=1.10*' \
'vega=1.*' \
'tensorflow=1.13*' \
'vega=2.*' \
'vega_datasets' \
'xlsxwriter' \
'xlrd' \
......@@ -66,15 +67,14 @@ 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 \
'jira==2.0.0' \
'p4p==3.1.0' \
'p4p==3.2.0' \
'periodictable' \
'pyepics==3.3.1' \
'pygraphviz==1.3.1' \
'pygraphviz==1.5' \
'pylandau==2.1.0' \
'pypandoc==1.4' \
'pydot==1.2.4' \
'pydot==1.4.1' \
'py-epicsarchiver' \
'sultan==0.8.1' \
'sultan==0.9.1' \
'jupyter-dashboards-bundlers==0.9.1'
# Create specific environment for mantid due to dependencies issues
......@@ -85,8 +85,8 @@ RUN conda create --quiet --yes \
-n mantid \
python=3.6 \
ipykernel \
'ase=3.16*' \
'mantid-framework=3.13.*' \
ase=3.17 \
mantid-framework=3.13 \
'muparser=2.2.5=hfc679d8_1005' \
&& conda clean -tipsy
......
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