From 518362935315bd425d2ae86ae3a1e2c4c23bc581 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 12 Nov 2022 02:03:46 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Optimisers at version 0.2, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 19c4df1..275ef98 100644 --- a/Project.toml +++ b/Project.toml @@ -32,6 +32,7 @@ LaTeXStrings = "1" LazyArrays = "0.22" LinearMaps = "3" OffsetArrays = "1" +Optimisers = "0.2" Parameters = "0.12" ParticleMethods = "0.1.0" Plots = "1"