Skip to content
Snippets Groups Projects
Commit 483fe25c authored by Colm Talbot's avatar Colm Talbot
Browse files

Remove unnecessary package

parent 8264e25c
No related branches found
No related tags found
1 merge request!1115Add python 3.10 image and testing
Pipeline #466082 failed
......@@ -10,17 +10,17 @@ conda_sampler_dict = dict(
python38=[
"dynesty", "emcee", "nestle", "ptemcee", "pymultinest", "ultranest",
"cpnest", "kombine", "dnest4", "zeus-mcmc",
"pytorch", "theano-pymc", "pymc", "nessai",
"pytorch", "pymc", "nessai",
],
python39=[
"dynesty", "emcee", "nestle", "ptemcee", "pymultinest", "ultranest",
"cpnest", "kombine", "dnest4", "zeus-mcmc",
"pytorch", "theano-pymc", "pymc", "nessai",
"pytorch", "pymc", "nessai",
],
python310=[
"dynesty", "emcee", "nestle", "ptemcee", "pymultinest", "ultranest",
"cpnest", "kombine", "dnest4", "zeus-mcmc",
"pytorch", "theano-pymc", "pymc", "nessai",
"pytorch", "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