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 d6da6a3 commit 5539324Copy full SHA for 5539324
pyproject.toml
@@ -15,6 +15,7 @@ requires-python = ">=3.9"
15
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
"econml~=0.12",
20
"fitter~=1.4",
21
"lhsmdu~=1.1",
@@ -24,9 +25,8 @@ dependencies = [
24
25
"scikit_learn~=1.1",
26
"scipy~=1.7",
27
"statsmodels~=0.13",
- "tabulate~=0.8",
28
- "z3_solver~=4.11.2",
29
-] # z3_solver does not follow semantic versioning and tying to 4.11 introduces problems
+ "tabulate~=0.8"
+]
30
dynamic = ["version"]
31
32
[project.optional-dependencies]
0 commit comments