Skip to content

Commit

Permalink
dep(z3): pin 4.12.2 in pyproject (#236)
Browse files Browse the repository at this point in the history
multiple people are reporting disastrous performance with 4.13.0
  • Loading branch information
daejunpark authored and 0xkarmacoma committed May 13, 2024
1 parent 25dc299 commit 6599f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ classifiers = [
]
requires-python = ">=3.9"
dependencies = [
"z3-solver",
"sortedcontainers>=2.4.0",
"z3-solver==4.12.2.0",
]
dynamic = ["version"]

Expand Down

0 comments on commit 6599f57

Please sign in to comment.