Closed renan-r-santos closed 8 months ago
The reason why I'm asking this second question is that it seems
pytensor-base
doesn't have a compiler as runtime dependency and that would be nice for my use case, because right now, installing eitherpymc
orpymc-base
bringsGCC
and it shadows myClang
installation under Linux.
Hey @renan-r-santos, I don't know why I didn't see your message sooner, but you're absolutely right! I made a mistake in f871e556ad2b41c945cca6d1c8fb4b6a0cf86dd0. Thanks for pointing this out, I will fix it for v5.11.0.
Comment:
When should we use
pymc-base
instead ofpymc
?I also see there's also
pytensor-base
andpytensor
. Shouldpymc-base
depend onpytensor-base
instead ofpytensor
?The reason why I'm asking this second question is that it seems
pytensor-base
doesn't have a compiler as runtime dependency and that would be nice for my use case, because right now, installing eitherpymc
orpymc-base
bringsGCC
and it shadows myClang
installation under Linux.