We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355a42d commit d81bb50Copy full SHA for d81bb50
pyproject.toml
@@ -16,17 +16,17 @@ license = { text = "MIT" }
16
keywords = ["causal inference", "verification"]
17
dependencies = [
18
"z3_solver~=4.11.2", # z3_solver does not follow semantic versioning and tying to 4.11 introduces problems
19
- "fitter~=1.4",
+ "fitter~=1.7",
20
"lhsmdu~=1.1",
21
"networkx~=2.6",
22
- "numpy~=1.23",
23
- "pandas~=1.3",
24
- "scikit_learn~=1.1",
+ "numpy~=1.26",
+ "pandas~=1.5",
+ "scikit_learn~=1.4",
25
"scipy~=1.7",
26
- "statsmodels~=0.13",
27
- "tabulate~=0.8",
28
- "pydot~=1.4",
29
- "pygad~=3.2"
+ "statsmodels~=0.14",
+ "tabulate~=0.9",
+ "pydot~=2.0",
+ "pygad~=3.3"
30
]
31
dynamic = ["version"]
32
0 commit comments