Skip to content

Commit b321170

Browse files
committed
Fixed pyproject.toml
1 parent 4951029 commit b321170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ keywords = ["causal inference", "verification"]
1717
dependencies = [
1818
"z3_solver~=4.11.2", # z3_solver does not follow semantic versioning and tying to 4.11 introduces problems
1919
"fitter~=1.7",
20-
"lifelines~=0.29.0"
20+
"lifelines~=0.29.0",
2121
"lhsmdu~=1.1",
2222
"networkx~=2.6",
2323
"numpy~=1.26",

0 commit comments

Comments
 (0)