From e17515f43c73004ee273568f3eca3db8f0dc6108 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 3 Oct 2024 01:50:39 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 8d016e7..65fcbf8 100644 --- a/Project.toml +++ b/Project.toml @@ -8,6 +8,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] +Statistics = "1" julia = "1.6.7" [extras]