From 4a1828c1b1483f8ac47c4d58389fe91dcbe5a2cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 11:22:28 -0800 Subject: [PATCH] CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#43) Co-authored-by: CompatHelper Julia --- Project.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 58f28c3c..21c7bb6a 100644 --- a/Project.toml +++ b/Project.toml @@ -16,9 +16,9 @@ ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19" ImageShow = "4e3cecfd-b093-5904-9786-8bbb286a6a31" MappedArrays = "dbb5928d-eab1-5f90-85c2-b9b0edb7c900" PlotUtils = "995b91a9-d308-5afd-9ec6-746e21dbc043" +PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a" Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" -PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" @@ -37,8 +37,9 @@ ImageIO = "0.6" ImageShow = "0.3" MappedArrays = "0.4" PlotUtils = "1.2" -RecipesBase = "1.2" PrecompileTools = "1" +RecipesBase = "1.2" +Statistics = "1" Tables = "1.7" WCS = "0.6" julia = "^1.6.0"