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

Fix typo

parent de5a8f8e
No related branches found
No related tags found
1 merge request!1115Add python 3.10 image and testing
Pipeline #465062 failed
......@@ -32,7 +32,7 @@ RUN conda install -n ${conda_env} -c conda-forge scikit-image celerite george
# Install dependencies and samplers
RUN pip install corner healpy cython tables
RUN conda install -n ${conda_env} dynesty emcee nestle ptemcee pymultinest ultranest cpnest kombine dnest4 zeus-mcmc pytorch theano-pymc3 pymc nessai -c conda-forge -c pytorch
RUN conda install -n ${conda_env} dynesty emcee nestle ptemcee pymultinest ultranest cpnest kombine dnest4 zeus-mcmc pytorch theano-pymc pymc nessai -c conda-forge -c pytorch
# Install Polychord
RUN apt-get update --allow-releaseinfo-change
......
......@@ -20,7 +20,7 @@ conda_sampler_dict = dict(
python310=[
"dynesty", "emcee", "nestle", "ptemcee", "pymultinest", "ultranest",
"cpnest", "kombine", "dnest4", "zeus-mcmc",
"pytorch", "theano-pymc3", "pymc", "nessai",
"pytorch", "theano-pymc", "pymc", "nessai",
]
)
......
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