From afefcc6c0364b9248decb5b129dff2fc66a93ca0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 00:22:34 +0000 Subject: [PATCH] CompatHelper: add new compat entry for "Plots" at version "1.4" for package model_inference --- tutorials/model_inference/Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tutorials/model_inference/Project.toml b/tutorials/model_inference/Project.toml index 91dbda63..8d39ee22 100644 --- a/tutorials/model_inference/Project.toml +++ b/tutorials/model_inference/Project.toml @@ -12,3 +12,6 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd" TransformVariables = "84d833dd-6860-57f9-a1a7-6da5db126cff" + +[compat] +Plots = "1.4"