AmpersandTV / pymc3-hmm

Hidden Markov models in PyMC3
Other
94 stars 13 forks source link

Remove premature use of Aesara #71

Closed brandonwillard closed 3 years ago

brandonwillard commented 3 years ago

This PR fixes a premature use of Aesara and upper bounds the PyMC3 version to avoid future Aesara/Theano-PyMC conflicts. In general, we need to wait for the next release of PyMC3 before we can use Aesara.