Skip to content

Commit

Permalink
Move z3_solver to be first dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-wild committed Jun 22, 2023
1 parent d6da6a3 commit 5539324
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ requires-python = ">=3.9"
license = { text = "MIT" }
keywords = ["causal inference", "verification"]
dependencies = [
"z3_solver~=4.11.2", # z3_solver does not follow semantic versioning and tying to 4.11 introduces problems
"econml~=0.12",
"fitter~=1.4",
"lhsmdu~=1.1",
Expand All @@ -24,9 +25,8 @@ dependencies = [
"scikit_learn~=1.1",
"scipy~=1.7",
"statsmodels~=0.13",
"tabulate~=0.8",
"z3_solver~=4.11.2",
] # z3_solver does not follow semantic versioning and tying to 4.11 introduces problems
"tabulate~=0.8"
]
dynamic = ["version"]

[project.optional-dependencies]
Expand Down

0 comments on commit 5539324

Please sign in to comment.