From 7ce389acd6fa3095922a7e89a333a1c965878f96 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 25 Nov 2023 00:55:58 +0000 Subject: [PATCH] CompatHelper: bump compat for Interpolations to 0.15, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 7f7d66e..cf73991 100644 --- a/Project.toml +++ b/Project.toml @@ -16,11 +16,11 @@ Wavelets = "29a6e085-ba6d-5f35-a997-948ac2efa89a" AbstractFFTs = "1.0" Documenter = "0.27, 1" FFTW = "1.4" -Interpolations = "0.13, 0.14" +Interpolations = "0.13, 0.14, 0.15" +LinearAlgebra = "1" SpecialFunctions = "1.3, 2" Wavelets = "0.9, 0.10" julia = "1" -LinearAlgebra = "1" [extras] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"