diff --git a/sidekick.opam b/sidekick.opam index 4ad77c0b..9659bf9d 100644 --- a/sidekick.opam +++ b/sidekick.opam @@ -16,11 +16,9 @@ depends: [ "sequence" "zarith" "menhir" + "msat" { >= "0.8" < "0.9" } "ocaml" { >= "4.03" } ] -pin-depends: [ - ["msat" "https://github.com/Gbury/mSAT.git#wip-refactor"] -] tags: [ "sat" "smt" ] homepage: "https://github.com/c-cube/sidekick" dev-repo: "git+https://github.com/c-cube/sidekick.git"