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