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