From 26004809fdc7dc25412bacc2bb40ab55d20d2355 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 7 Apr 2026 15:04:59 +0000 Subject: [PATCH] CompatHelper: bump compat for GenericLinearAlgebra to 0.4, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 2129826..abbaae7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "FrameFun" uuid = "bbafa164-4497-5d18-87cf-33e911f89480" -authors = ["daanhb,roelmatthysen,marcusdavidwebb,vincentcp"] version = "0.5.9" +authors = ["daanhb,roelmatthysen,marcusdavidwebb,vincentcp"] [deps] BasisFunctions = "4343a256-5453-507d-8aad-01a9d7189916" @@ -36,7 +36,7 @@ DomainSets = "0.7.18,0.8" FillArrays = "1" FunctionMaps = "0.1.2" GenericFFT = "0.1.3" -GenericLinearAlgebra = "0.3" +GenericLinearAlgebra = "0.3, 0.4" GridArrays = "0.2.3,0.3" LowRankApprox = "0.5" MacroTools = "0.5"