From eb4bcce7509e5e72e71067fc798aa30b4d552193 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 31 Dec 2022 01:02:15 +0000 Subject: [PATCH] CompatHelper: add new compat entry for StatisticalGraphics at version 0.6, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 33eabeb..cbb3a26 100644 --- a/Project.toml +++ b/Project.toml @@ -10,6 +10,7 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" [compat] InMemoryDatasets = "0.7.8" +StatisticalGraphics = "0.6" TimerOutputs = "0.5.21" julia = "1"