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.
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
.