We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d57aee commit 5ee1b99Copy full SHA for 5ee1b99
pyproject.toml
@@ -15,12 +15,14 @@ requires-python = ">=3.10,<3.14"
15
license = { text = "MIT" }
16
keywords = ["causal inference","verification"]
17
dependencies = [
18
-"lifelines~=0.30.0",
+"lifelines<=0.28.0; python_version <= '3.10'",
19
+"lifelines; python_version > '3.10'",
20
"networkx>=3.4,<3.5",
21
"numpy>=1.26.0,<=2.2.0",
22
"pandas>=2.1,<3",
23
"scikit_learn~=1.4",
-"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'",
26
"statsmodels~=0.14",
27
"tabulate~=0.9",
28
"pydot~=2.0",
0 commit comments