From 51dda5adcebd5ee0c073c74359445ccb459a78b3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 27 Feb 2024 01:11:02 +0000 Subject: [PATCH] CompatHelper: bump compat for GeometricBase to 0.10, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5195e11..99f8c04 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, 0.7, 0.8, 0.9" +GeometricBase = "0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10" Polynomials = "1, 2, 3, 4" PrettyTables = "1, 2" Reexport = "1"