From 6ea1260b79b6a20986a3c6ec0d452a2fe784aa2c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 4 Oct 2023 00:14:15 +0000 Subject: [PATCH] CompatHelper: bump compat for LsqFit to 0.14, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0cddebe..0266f91 100644 --- a/Project.toml +++ b/Project.toml @@ -56,7 +56,7 @@ EchelleCCFs = ">=0.2.8" EchelleInstruments = ">=0.2.10" FileIO = "1.4" JLD2 = "0.4" -LsqFit = "0.12, 0.13" +LsqFit = "0.12, 0.13, 0.14" MD5 = "0.2" Missings = "0.4, 1" MultivariateStats = "0.8, 0.9, 0.10"