From 795d8eba74fb9ee9e1dc90864dc35cf74d05f247 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Wed, 13 May 2026 20:48:27 +0100 Subject: [PATCH] fix(deps): add Statistics stdlib to Project.toml Precompilation has been failing on CI with `ArgumentError: Package X does not have Statistics in its dependencies`. Adds missing stdlib. --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index eb1adaa..b6af5f1 100644 --- a/Project.toml +++ b/Project.toml @@ -11,6 +11,7 @@ SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9" Mustache = "ffc61752-8dc7-55ee-8c37-f3e9cdd09e70" Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" Luxor = "ae8d54c2-7ccd-5906-9d76-62fc9837b5bc" +Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] julia = "1.10"