Skip to content

Commit

Permalink
Prevent non-terminating Z3 processes
Browse files Browse the repository at this point in the history
Ref. eng/recordflux/RecordFlux#1493
  • Loading branch information
treiher committed Dec 5, 2023
1 parent e1a5af1 commit db1bfc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def run(self) -> None:
"pydotplus >=2, <3",
"pygls >=1.1, <2",
"ruamel.yaml >=0.17, <0.18",
"z3-solver >=4, <5",
"z3-solver >=4, <4.12.3",
],
extras_require={
"devel": [
Expand Down

0 comments on commit db1bfc6

Please sign in to comment.