fix dumb circular dep

This commit is contained in:
Simon Cruanes 2026-04-04 01:06:42 -04:00
parent 6a468594e0
commit 7691512ace
2 changed files with 0 additions and 5 deletions

View file

@ -31,10 +31,6 @@
hmap hmap
(odoc :with-doc) (odoc :with-doc)
(alcotest :with-test) (alcotest :with-test)
(opentelemetry-client
(and
:with-test
(= :version)))
(pbrt (pbrt
(and (and
(>= 4.0) (>= 4.0)

View file

@ -16,7 +16,6 @@ depends: [
"hmap" "hmap"
"odoc" {with-doc} "odoc" {with-doc}
"alcotest" {with-test} "alcotest" {with-test}
"opentelemetry-client" {with-test & = version}
"pbrt" {>= "4.0" & < "5.0"} "pbrt" {>= "4.0" & < "5.0"}
"pbrt_yojson" {>= "4.0" & < "5.0"} "pbrt_yojson" {>= "4.0" & < "5.0"}
"ambient-context" {>= "0.2"} "ambient-context" {>= "0.2"}