Skip to content
Snippets Groups Projects
Commit be4953c9 authored by Moritz Huebner's avatar Moritz Huebner
Browse files

Merge branch 'tables-import-docker' into 'master'

Import pyTables in the docker files

See merge request !855
parents a73235fe 63e7c037
No related branches found
No related tags found
1 merge request!855Import pyTables in the docker files
Pipeline #151216 passed
...@@ -38,7 +38,7 @@ pytest-cov \ ...@@ -38,7 +38,7 @@ pytest-cov \
coverage-badge coverage-badge
# Install additional bilby requirements # Install additional bilby requirements
RUN pip install corner lalsuite astropy gwpy theano RUN pip install corner lalsuite astropy gwpy theano tables
# Install samplers # Install samplers
RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest dnest4 RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest dnest4
......
...@@ -45,7 +45,7 @@ coverage-badge ...@@ -45,7 +45,7 @@ coverage-badge
RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs
# Install additional bilby requirements # Install additional bilby requirements
RUN pip install corner lalsuite astropy gwpy theano healpy RUN pip install corner lalsuite astropy gwpy theano healpy tables
# Install samplers # Install samplers
RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest dnest4 RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest dnest4
......
...@@ -34,7 +34,7 @@ RUN pip install --upgrade setuptools coverage-badge ...@@ -34,7 +34,7 @@ RUN pip install --upgrade setuptools coverage-badge
RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc
# Install dependencies and samplers # Install dependencies and samplers
RUN pip install corner lalsuite theano healpy cython RUN pip install corner lalsuite theano healpy cython tables
RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest dnest4 RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest dnest4
# Install multinest # Install multinest
......
...@@ -34,7 +34,7 @@ RUN pip install --upgrade setuptools coverage-badge ...@@ -34,7 +34,7 @@ RUN pip install --upgrade setuptools coverage-badge
RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc
# Install dependencies and samplers # Install dependencies and samplers
RUN pip install corner lalsuite theano healpy cython RUN pip install corner lalsuite theano healpy cython tables
RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest dnest4 RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest dnest4
# Install multinest # Install multinest
......
...@@ -34,7 +34,7 @@ RUN pip install --upgrade setuptools coverage-badge ...@@ -34,7 +34,7 @@ RUN pip install --upgrade setuptools coverage-badge
RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc
# Install dependencies and samplers # Install dependencies and samplers
RUN pip install corner lalsuite theano healpy cython RUN pip install corner lalsuite theano healpy cython tables
RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest dnest4 RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest dnest4
# Install multinest # Install multinest
......
...@@ -34,7 +34,7 @@ RUN pip install --upgrade setuptools coverage-badge ...@@ -34,7 +34,7 @@ RUN pip install --upgrade setuptools coverage-badge
RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc
# Install dependencies and samplers # Install dependencies and samplers
RUN pip install corner lalsuite theano healpy cython RUN pip install corner lalsuite theano healpy cython tables
RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest dnest4 RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest dnest4
# Install multinest # Install multinest
......
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