From 758d9e438c3539d39132cdf4423f188dc5437e27 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 7 Dec 2024 00:27:51 +0000 Subject: [PATCH] CompatHelper: bump compat for DSP to 0.8, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b77056f..284a480 100644 --- a/Project.toml +++ b/Project.toml @@ -38,7 +38,7 @@ ThreadedIterables = "11d239b0-c0b9-11e8-1935-d5cfa53abb03" [compat] CSV = "0.7, 0.8, 0.9.11, 0.10" -DSP = "0.5, 0.6, 0.7" +DSP = "0.5, 0.6, 0.7, 0.8" DataFrames = "0.20, 0.21, 0.22, 1.0, 1.1, 1.7" Distributions = "0.23, 0.24, 0.25" EchelleCCFs = "0.2" @@ -48,7 +48,7 @@ FileIO = "1.4" Interpolations = "0.12, 0.13, 0.14, 0.15" JLD2 = "0.2, 0.3, 0.4, 0.5" 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" MultivariateStats = "0.7, 0.8, 0.9, 0.10" NaNMath = "0.3, 1" Optim = "1"