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