Skip to content

Commit 5ee1b99

Browse files
committed
Updated lifelines version
1 parent 5d57aee commit 5ee1b99

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ requires-python = ">=3.10,<3.14"
1515
license = { text = "MIT" }
1616
keywords = ["causal inference","verification"]
1717
dependencies = [
18-
"lifelines~=0.30.0",
18+
"lifelines<=0.28.0; python_version <= '3.10'",
19+
"lifelines; python_version > '3.10'",
1920
"networkx>=3.4,<3.5",
2021
"numpy>=1.26.0,<=2.2.0",
2122
"pandas>=2.1,<3",
2223
"scikit_learn~=1.4",
23-
"scipy>=1.12.0,<=1.16.2",
24+
"scipy>=1.12.0,<1.14; python_version <= '3.10'",
25+
"scipy>=1.12.0,<=1.16.2; python_version > '3.10'",
2426
"statsmodels~=0.14",
2527
"tabulate~=0.9",
2628
"pydot~=2.0",

0 commit comments

Comments
 (0)