From 10af79ab6c152dee2dfc16458cd0b33e5986a483 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Oct 2023 00:37:15 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 219f8de..da547ab 100644 --- a/Project.toml +++ b/Project.toml @@ -14,10 +14,11 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" SuiteSparseGraphBLAS = "c2e53296-7b14-11e9-1210-bddfa8111e1d" [compat] -SuiteSparseGraphBLAS = "0.10" DelimitedFiles = "1" PyPlot = "2" RowEchelon = "0.2" +Statistics = "1" +SuiteSparseGraphBLAS = "0.10" julia = "1.9" [extras]