From afacedea44cc0fb33c76bd251f9e5617b6888d20 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Wed, 13 May 2026 20:46:52 +0100 Subject: [PATCH] fix(deps): add Statistics stdlib to Project.toml Precompilation has been failing across CI with `ArgumentError: Package PostDisciplinary does not have Statistics in its dependencies`. The Statistics stdlib is used in the package but was never declared. Refs #5 --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index ea8a9dc..c5397ba 100644 --- a/Project.toml +++ b/Project.toml @@ -11,6 +11,7 @@ DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1" Dagger = "d58978e5-989f-55fb-8d15-ea34adc7bf54" UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" +Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] julia = "1.10"