From 482090d978a7e02b33c0827b407659aa7bda36d1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 7 Jul 2023 09:46:51 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Optim at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index b9a8186..d4b17f0 100644 --- a/Project.toml +++ b/Project.toml @@ -18,6 +18,7 @@ GeometricEquations = "0.10" GeometricSolutions = "0.3" HDF5 = "0.16" LazyArrays = "1" +Optim = "1" TypedTables = "1" julia = "1.8"