update opam constraints for pbrt

This commit is contained in:
Simon Cruanes 2025-12-01 20:33:59 -05:00
parent 4b91971b51
commit 3182064dd2
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 3 additions and 3 deletions

View file

@ -37,8 +37,8 @@
(alcotest :with-test) (alcotest :with-test)
(pbrt (pbrt
(and (and
(>= 3.0) (>= 4.0)
(< 4.0))) (< 5.0)))
(ocaml-lsp-server :with-dev-setup) (ocaml-lsp-server :with-dev-setup)
(ocamlformat (ocamlformat
(and (and

View file

@ -21,7 +21,7 @@ depends: [
"thread-local-storage" {>= "0.2" & < "0.3"} "thread-local-storage" {>= "0.2" & < "0.3"}
"odoc" {with-doc} "odoc" {with-doc}
"alcotest" {with-test} "alcotest" {with-test}
"pbrt" {>= "3.0" & < "4.0"} "pbrt" {>= "4.0" & < "5.0"}
"ocaml-lsp-server" {with-dev-setup} "ocaml-lsp-server" {with-dev-setup}
"ocamlformat" {with-dev-setup & >= "0.27" & < "0.28"} "ocamlformat" {with-dev-setup & >= "0.27" & < "0.28"}
"mtime" {>= "1.4"} "mtime" {>= "1.4"}