lnccbrown / HSSM

Development of HSSM package
Other
70 stars 10 forks source link

Allow PyMC >= 5.15 #479

Open AlexanderFengler opened 2 days ago

AlexanderFengler commented 2 days ago

Right now we are capping the PyMC dependency version at <5.15. Simply releasing the version constraint fails our tests, because some class signatures changed on the PyMC side.

This is a placeholder issue for the internal work necessary to accommodate PyMC >=5.15.

digicosmos86 commented 1 day ago

I'll work on this now. Graphing will still break, which will be fixed once bambi is updated