AmpersandTV / pymc3-hmm

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

Update pymc3 version to 3.11.2 #78

Closed Veganveins closed 3 years ago

Veganveins commented 3 years ago

This PR updates pymc3 to 3.11.2. We also want to cut a new release of pymc3-hmm so that we can import the plot_predictive_histograms function

Veganveins commented 3 years ago

if environment.yml has pymc3 pinned at version pymc3==3.11.1 will that create problems with setup.py being pinned at 3.11.2 ?

brandonwillard commented 3 years ago

if environment.yml has pymc3 pinned at version pymc3==3.11.1 will that create problems with setup.py being pinned at 3.11.2 ?

We should really change it everywhere it's specified.