From 9a31fbf658dfa527c644f4d8491fdce26c14e089 Mon Sep 17 00:00:00 2001 From: Eric Ford Date: Thu, 11 Jul 2024 22:21:31 -0400 Subject: [PATCH] rollback LsqFit to 0.13 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 91c0c5d..8b449d6 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, 0.15" +LsqFit = "0.11, 0.12, 0.13" # replace estimate_covar with vcov starting in 0.14 MultivariateStats = "0.7, 0.8, 0.9, 0.10" NaNMath = "0.3, 1" Optim = "1"