From 539500b20696e4d6e530f2d4dec31cfbb6933378 Mon Sep 17 00:00:00 2001 From: Kyle Beggs Date: Fri, 13 Dec 2024 10:08:14 -0500 Subject: [PATCH] update CoordRefSystems.jl compat Co-authored-by: Joshua Lampert <51029046+JoshuaLampert@users.noreply.github.com> --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6884be18..a4659137 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ MeshIntegralsEnzymeExt = "Enzyme" [compat] CliffordNumbers = "0.1.9" -CoordRefSystems = "0.12, 0.13, 0.14, 0.15, 0.16" +CoordRefSystems = "0.15, 0.16" Enzyme = "0.13" FastGaussQuadrature = "1" HCubature = "1.5"