From ef08024415a536d6df9568e4c24fefdd0fc3b6cd 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:23:58 +0000 Subject: [PATCH] CompatHelper: add new compat entry for "Optim" at version "0.21" for package models --- tutorials/models/Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tutorials/models/Project.toml b/tutorials/models/Project.toml index 2888a4f5..0f4935bf 100644 --- a/tutorials/models/Project.toml +++ b/tutorials/models/Project.toml @@ -17,3 +17,6 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0" + +[compat] +Optim = "0.21"