From 9f6436f2e9960da6e370ed719918577ac4cd5e52 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 23 Nov 2024 01:01:20 +0000 Subject: [PATCH] CompatHelper: bump compat for CoordRefSystems to 0.16, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index eb3b655d..dc58d615 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [compat] CliffordNumbers = "0.1.9" -CoordRefSystems = "0.12, 0.13, 0.14, 0.15" +CoordRefSystems = "0.12, 0.13, 0.14, 0.15, 0.16" FastGaussQuadrature = "1" HCubature = "1.5" LinearAlgebra = "1"