From 01c1b8d2669211eb18d7d46a5913c692525c2224 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2020 22:21:11 +0000 Subject: [PATCH] CompatHelper: bump compat for "LsqFit" to "0.11" --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index c5e3378..3821258 100644 --- a/Project.toml +++ b/Project.toml @@ -28,6 +28,6 @@ FFTViews = "0.3" Interpolations = "0.12" Libz = "1.0" LightXML = "0.8" -LsqFit = "0.8, 0.9, 0.10" +LsqFit = "0.8, 0.9, 0.10, 0.11" Plots = "0.27, 0.28, 0.29" -RecipesBase = "0.6, 0.7, 0.8" \ No newline at end of file +RecipesBase = "0.6, 0.7, 0.8"