diff --git a/containers/write_dockerfiles.py b/containers/write_dockerfiles.py
index 046a329742c8eafe978b5f8787d25491c72b074a..3dc242ac4a329d6d4c90cbda97a1a5ed860f4213 100644
--- a/containers/write_dockerfiles.py
+++ b/containers/write_dockerfiles.py
@@ -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",
     ]
 )