Skip to content
Snippets Groups Projects
Commit a6f901ff authored by Michele Alberti's avatar Michele Alberti
Browse files

Merge branch 'fix/michele/why3-version' into 'master'

Settle for Why3 1.5.1.

See merge request laiser/caisar!77
parents f8cbcede 5c5544d8
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ depends: [ ...@@ -29,7 +29,7 @@ depends: [
"menhirLib" {>= "20210310"} "menhirLib" {>= "20210310"}
"ppx_deriving_yojson" {>= "3.6.1"} "ppx_deriving_yojson" {>= "3.6.1"}
"csv" {>= "2.4"} "csv" {>= "2.4"}
"why3" {>= "1.5.0"} "why3" {= "1.5.1"}
"re" {>= "1.10.4"} "re" {>= "1.10.4"}
"caisar-nnet" {= version} "caisar-nnet" {= version}
"caisar-ovo" {= version} "caisar-ovo" {= version}
......
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
(menhirLib (>= 20210310)) (menhirLib (>= 20210310))
(ppx_deriving_yojson (>= 3.6.1)) (ppx_deriving_yojson (>= 3.6.1))
(csv (>= 2.4)) (csv (>= 2.4))
(why3 (>= 1.5.0)) (why3 (= 1.5.1))
(re (>= 1.10.4)) (re (>= 1.10.4))
(caisar-nnet (= :version)) (caisar-nnet (= :version))
(caisar-ovo (= :version)) (caisar-ovo (= :version))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment