From 80df9173986ca8b5162d566a7b87dc4aa6d2b25a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 21 Aug 2024 00:24:11 +0000 Subject: [PATCH] CompatHelper: add new compat entry for GenericLinearAlgebra at version 0.3, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 980c935..822f544 100644 --- a/Project.toml +++ b/Project.toml @@ -23,6 +23,7 @@ RFAPythonCallExt = "PythonCall" [compat] ComplexRegions = "0.2, 0.3" ComplexValues = "0.3" +GenericLinearAlgebra = "0.3" PyFormattedStrings = "0.1" julia = "1.9"