From 30dfbfa018b6a7b9d750ed1920f619b760a965db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2020 00:32:41 +0000 Subject: [PATCH] CompatHelper: bump compat for "Optim" 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 c1040d9e..3eb2cfbb 100644 --- a/tutorials/model_inference/Project.toml +++ b/tutorials/model_inference/Project.toml @@ -21,7 +21,7 @@ DiffEqParamEstim = "1.15" DifferentialEquations = "6.14" Distributions = "0.23" DynamicHMC = "2.1" -Optim = "0.21, 0.22" +Optim = "0.21, 0.22, 1.0" OrdinaryDiffEq = "5.41" Plots = "1.4" RecursiveArrayTools = "2.5"