CamDavidsonPilon / lifelines

Survival analysis in Python
lifelines.readthedocs.org
MIT License
2.32k stars 551 forks source link

Compatibility with numpy 2.0 #1619

Open Zethson opened 2 weeks ago

Zethson commented 2 weeks ago

Numpy 2.0 is out and lifelines currently does not support it (base requirements restrict to < 2.0). I would like to politely request an unpin if possible.

CamDavidsonPilon commented 2 weeks ago

For sure, we can do this and fix #1618. Let me attempt this tonight.

CamDavidsonPilon commented 2 weeks ago

mmmm this may be more complicated due to autograd not being updated, and #1615 not resolved. I don't expect autograd to update, so we need to figure out #1615 first.