Skip to content
Snippets Groups Projects
Commit dded5f6c authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Add cython to the dockerfiles for testing

parent 93f712c4
No related branches found
No related tags found
No related merge requests found
Pipeline #123513 passed
......@@ -34,7 +34,7 @@ RUN pip install --upgrade setuptools coverage-badge
RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc
# Install dependencies and samplers
RUN pip install corner lalsuite theano healpy
RUN pip install corner lalsuite theano healpy cython
RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest
# Install multinest
......
......@@ -34,7 +34,7 @@ RUN pip install --upgrade setuptools coverage-badge
RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc
# Install dependencies and samplers
RUN pip install corner lalsuite theano healpy
RUN pip install corner lalsuite theano healpy cython
RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest
# Install multinest
......
......@@ -34,7 +34,7 @@ RUN pip install --upgrade setuptools coverage-badge
RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc
# Install dependencies and samplers
RUN pip install corner lalsuite theano healpy
RUN pip install corner lalsuite theano healpy cython
RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest
# Install multinest
......
......@@ -34,7 +34,7 @@ RUN pip install --upgrade setuptools coverage-badge
RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc
# Install dependencies and samplers
RUN pip install corner lalsuite theano healpy
RUN pip install corner lalsuite theano healpy cython
RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest
# 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