From fa8e3293b5430135d4ba24973a2a91c91d3d51b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 04:37:53 -0800 Subject: [PATCH] CompatHelper: bump compat for DSP to 0.8, (keep existing compat) (#343) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 97aa3a97..c2082abc 100644 --- a/Project.toml +++ b/Project.toml @@ -38,7 +38,7 @@ TimeEvolution = "OrdinaryDiffEqTsit5" [compat] Aqua = "0.8" BijectiveHilbert = "0.3.0" -DSP = "0.7.9" +DSP = "0.7.9, 0.8" DelimitedFiles = "1.9" Distances = "0.10.11" DocStringExtensions = "0.9.3"