when I do this:
mamba create -c nodefaults -c conda-forge -n bayes3 “pymc>=5”
it still pulled pytensor from my cached version from pkgs/main
However, I tried:
mamba create --override-channels -c conda-forge -n bayes3 “pymc>=5”
and that pulled it from conda-forge
- pytensor-base 2.25.2 py312h7122da0_0 conda-forge Cached
- pytensor 2.25.2 py312hb237e42_0 conda-forge 9kB
Thanks