From e5f3802c9f67c0aabd54f0bed0633a0f7426ca98 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 7 Dec 2024 01:29:45 +0000 Subject: [PATCH] CompatHelper: bump compat for DSP to 0.8, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ace9dc8..3d75a75 100644 --- a/Project.toml +++ b/Project.toml @@ -46,7 +46,7 @@ ArraysOfArrays = "0.5, 0.6" CUDA = "3, 4, 5" ChainRulesCore = "1" CompositionsBase = "0.1" -DSP = "0.6.2, 0.7" +DSP = "0.6.2, 0.7, 0.8" DocStringExtensions = "0.8, 0.9" ElasticArrays = "1" FFTW = "1.2"