From 8533bcb95b205c91f34750d90901709e5696c76b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 25 Jul 2023 19:03:17 +0000 Subject: [PATCH] CompatHelper: bump compat for GeometricBase to 0.7, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 99eef47..dc27094 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" CompactBasisFunctions = "0.2" DelimitedFiles = "1" GenericLinearAlgebra = "0.2, 0.3" -GeometricBase = "0.4, 0.5, 0.6" +GeometricBase = "0.4, 0.5, 0.6, 0.7" Polynomials = "1, 2, 3" PrettyTables = "1, 2" Reexport = "1"