CamDavidsonPilon / lifelines

Survival analysis in Python
lifelines.readthedocs.org
MIT License
2.35k stars 557 forks source link

Formulaic version requirement #1490

Closed kvsramarao closed 1 year ago

kvsramarao commented 1 year ago

Hi: when I try to install lifelines, I get: ERROR: Could not find a version that satisfies the requirement formulaic<0.3,>=0.2.2 (from lifelines)

I see the same (not the error but the requirement) at https://www.databricks.com/notebooks/telco-accel/03_cox_proportional_hazards.html

The documentation only says formulaic>=0.2.2 . Current formulaic is 0.5.2. Can you pls remove the formulaic<0.3 requirement? Thx

CamDavidsonPilon commented 1 year ago

Hi, I don't know where that upper bound is from. Are you installing over pip or conda?