From cdc484a41e2343eab392e234a0e25a2e45655662 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 28 Mar 2024 00:11:38 +0000 Subject: [PATCH] CompatHelper: bump compat for RegularizedLeastSquares to 0.13, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4fc5be1..e679c25 100644 --- a/Project.toml +++ b/Project.toml @@ -57,7 +57,7 @@ NFFT = "0.13.3" NFFTTools = "0.2.6" Plots = "1.38.16" ROMEO = "1.0.1" -RegularizedLeastSquares = "0.9.1" +RegularizedLeastSquares = "0.9.1, 0.13" Scratch = "1.2.0" Statistics = "1.9.0" StatsBase = "0.33.21"