lnccbrown / HSSM

Development of HSSM package
Other
82 stars 11 forks source link

Allow PyMC >= 5.15 #479

Closed AlexanderFengler closed 4 months ago

AlexanderFengler commented 5 months 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 5 months ago

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