Skip to content

Commit d81bb50

Browse files
Dependency Updates
1 parent 355a42d commit d81bb50

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ license = { text = "MIT" }
1616
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
19-
"fitter~=1.4",
19+
"fitter~=1.7",
2020
"lhsmdu~=1.1",
2121
"networkx~=2.6",
22-
"numpy~=1.23",
23-
"pandas~=1.3",
24-
"scikit_learn~=1.1",
22+
"numpy~=1.26",
23+
"pandas~=1.5",
24+
"scikit_learn~=1.4",
2525
"scipy~=1.7",
26-
"statsmodels~=0.13",
27-
"tabulate~=0.8",
28-
"pydot~=1.4",
29-
"pygad~=3.2"
26+
"statsmodels~=0.14",
27+
"tabulate~=0.9",
28+
"pydot~=2.0",
29+
"pygad~=3.3"
3030
]
3131
dynamic = ["version"]
3232

0 commit comments

Comments
 (0)