From 5aaf92ccdd250d88533c2ca4dd57ac844408cbf1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 3 Sep 2022 01:14:42 +0000 Subject: [PATCH] CompatHelper: add new compat entry for LsqFit at version 0.13, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 84184fe..f9513d6 100644 --- a/Project.toml +++ b/Project.toml @@ -20,6 +20,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] +LsqFit = "0.13" julia = "1.6" [extras]