From b46a3eb80bdd28f0c4ee38f6e6ef48ac15b64eff Mon Sep 17 00:00:00 2001 From: Marcello Seri Date: Tue, 19 Nov 2024 09:31:50 +0100 Subject: [PATCH] Update also bounds on the opam files --- owl-base.opam | 2 +- owl-top.opam | 2 +- owl.opam | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/owl-base.opam b/owl-base.opam index b07e4e1fc..455ee5e49 100644 --- a/owl-base.opam +++ b/owl-base.opam @@ -14,7 +14,7 @@ build: [ ] depends: [ - "ocaml" {>= "4.10.0"} + "ocaml" {>= "4.12.0"} "base-bigarray" "dune" {>= "2.0.0"} ] diff --git a/owl-top.opam b/owl-top.opam index 134b210ec..62cf3e1d2 100644 --- a/owl-top.opam +++ b/owl-top.opam @@ -15,7 +15,7 @@ build: [ ] depends: [ - "ocaml" {>= "4.10.0"} + "ocaml" {>= "4.12.0"} "dune" {>= "2.0.0"} "ocaml-compiler-libs" "owl" {= version} diff --git a/owl.opam b/owl.opam index 0d4b08a16..a844d1c53 100644 --- a/owl.opam +++ b/owl.opam @@ -22,7 +22,7 @@ build: [ ] depends: [ - "ocaml" {>= "4.10.0"} + "ocaml" {>= "4.12.0"} "alcotest" {with-test} "base" {build} "base-bigarray"