From 45748d5c0d7ffef94a2f91c02d710d202e044aca 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:33:17 +0000 Subject: [PATCH] CompatHelper: bump compat for "Optim" to "1.0" for package models --- tutorials/models/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/models/Project.toml b/tutorials/models/Project.toml index 38fc954c..c4ab1ac3 100644 --- a/tutorials/models/Project.toml +++ b/tutorials/models/Project.toml @@ -32,7 +32,7 @@ Latexify = "0.13, 0.14" ModelingToolkit = "3.10" NLsolve = "4.4" NeuralNetDiffEq = "1.6" -Optim = "0.21, 0.22" +Optim = "0.21, 0.22, 1.0" OrdinaryDiffEq = "5.41" Plots = "1.4" RecursiveArrayTools = "2.5"