From a09653c826ab0107ef40980c10b5669131e32016 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 29 May 2024 06:35:52 +0000 Subject: [PATCH] CompatHelper: bump compat for LazyArrays to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 54248df..cfe2369 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d" DSP = "0.6.7, 0.7" Distances = "0.10" FFTW = "1.1" -LazyArrays = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1" +LazyArrays = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1, 2" NLsolve = "4.4" Parameters = "0.12.3" ThreadsX = "0.1.10"