From b5ce29a3bab7e5549e826b79f806da64969028e7 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 31 Mar 2023 00:57:40 +0000 Subject: [PATCH] CompatHelper: bump compat for GeometricBase to 0.5, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 3852f82..89aacc6 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] CompactBasisFunctions = "0.2" GenericLinearAlgebra = "0.2, 0.3" -GeometricBase = "0.4" +GeometricBase = "0.4, 0.5" Polynomials = "1, 2, 3" PrettyTables = "1, 2" Reexport = "1"