diff --git a/containers.opam b/containers.opam index 55a6cf68..fd3760da 100644 --- a/containers.opam +++ b/containers.opam @@ -27,9 +27,6 @@ depopts: [ "base-unix" "base-threads" ] -conflicts: [ - "sequence" { < "0.5" } -] tags: [ "stdlib" "containers" "iterators" "list" "heap" "queue" ] homepage: "https://github.com/c-cube/ocaml-containers/" doc: "https://c-cube.github.io/ocaml-containers"