Skip to content

Commit

Permalink
Merge pull request #3328 from proux01/multinomials-rocq9
Browse files Browse the repository at this point in the history
multinomials.2.3.0 and real-closed.2.0.2 compile with Rocq 9.0+rc1
  • Loading branch information
proux01 authored Feb 3, 2025
2 parents feeb2e3 + c5e8c6f commit 72b2319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors: ["Pierre-Yves Strub"]
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {(>= "8.16" & < "8.21~") | = "dev"}
"coq" {(>= "8.16" & < "9.1~") | = "dev"}
"coq-mathcomp-ssreflect" {(>= "2.0" & < "2.4~") | = "dev"}
"coq-mathcomp-algebra"
"coq-mathcomp-bigenough" {(>= "1.0" & < "1.1~") | = "dev"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ order theory of real closed field, through quantifier elimination."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {>= "8.17" & < "8.21~"}
"coq" {>= "8.17" & < "9.1~"}
"coq-mathcomp-ssreflect" {>= "2.1.0" & < "2.4"}
"coq-mathcomp-algebra"
"coq-mathcomp-field"
Expand Down

0 comments on commit 72b2319

Please sign in to comment.