Skip to content

Commit 03f558d

Browse files
committed
Updated lifelines version
1 parent 5d57aee commit 03f558d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ 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",

0 commit comments

Comments
 (0)