From e57afde48a50c03f059bf5bccb59ab13e2f96933 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 00:45:29 +0000 Subject: [PATCH] CompatHelper: bump compat for "BenchmarkTools" to "1.0" for package model_inference --- tutorials/model_inference/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/model_inference/Project.toml b/tutorials/model_inference/Project.toml index 1c71446c..91f13b8a 100644 --- a/tutorials/model_inference/Project.toml +++ b/tutorials/model_inference/Project.toml @@ -14,7 +14,7 @@ StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd" TransformVariables = "84d833dd-6860-57f9-a1a7-6da5db126cff" [compat] -BenchmarkTools = "0.5, 0.6, 0.7" +BenchmarkTools = "0.5, 0.6, 0.7, 1.0" CmdStan = "6.0" DiffEqBayes = "2.15" DiffEqParamEstim = "1.15"