From f5ffd5c5a04e7a0251d5b62c9ac919309b4789f2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 13 Jul 2024 00:22:59 +0000 Subject: [PATCH] CompatHelper: bump compat for LsqFit to 0.15, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8b449d6..91c0c5d 100644 --- a/Project.toml +++ b/Project.toml @@ -48,7 +48,7 @@ FileIO = "1.4" Interpolations = "0.12, 0.13, 0.14, 0.15" JLD2 = "0.2, 0.3, 0.4" KernelFunctions = "0.9.7, 0.10" -LsqFit = "0.11, 0.12, 0.13" # replace estimate_covar with vcov starting in 0.14 +LsqFit = "0.11, 0.12, 0.13, 0.15" MultivariateStats = "0.7, 0.8, 0.9, 0.10" NaNMath = "0.3, 1" Optim = "1"