scipy 1.14 has been released, and lifelines is incompatible with it due to changes and deprecations in the integrate module.
We could wait for the issue being resolved (it looks small), otherwise we have to add scipy < 1.14 modifier for lifelines dependent models impacted by this.
scipy 1.14
has been released, andlifelines
is incompatible with it due to changes and deprecations in theintegrate
module.We could wait for the issue being resolved (it looks small), otherwise we have to add
scipy < 1.14
modifier forlifelines
dependent models impacted by this.Someone has beat me to contributing a fix to lifelines: https://github.com/CamDavidsonPilon/lifelines/pull/1620