From 810756942ec114de13cb7b0683f7c8ef324c6d24 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 14:19:37 +0000 Subject: [PATCH] CompatHelper: bump compat for "Optim" to "1.1" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 92cf54e275..5cf3c1b433 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ DiffEqSensitivity = "6.5" Distributions = "0.23" Flux = "0.10.1" ForwardDiff = "0.10" -Optim = "0.20, 0.21" +Optim = "0.20, 0.21, 1.1" Reexport = "0.2" StochasticDiffEq = "6.13" Tracker = "0.2"