From 485f71a1a35970dbd4552de538c46075e5043a06 Mon Sep 17 00:00:00 2001 From: zymon <s@zymon.org> Date: Sun, 6 Apr 2025 23:11:21 +0200 Subject: [PATCH] bump compat --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index afa5d0a..5d687d2 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] -DSP = "0.7" -LoopVectorization = "0.12.171" +DSP = "0.8.3" +LoopVectorization = "0.12.172" StaticArrays = "1" julia = "1.6"