From d7e15e3fc7e59f07d940efa4c0575d1241f49366 Mon Sep 17 00:00:00 2001 From: ghislainb Date: Tue, 7 Jan 2025 15:21:10 +0100 Subject: [PATCH] update compat --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 6bd26efd..ca64c662 100644 --- a/Project.toml +++ b/Project.toml @@ -17,13 +17,13 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" [compat] FEMQuad = "0.3" -FastGaussQuadrature = "0.4, 0.5" +FastGaussQuadrature = "0.4, 0.5, 1.0" ForwardDiff = "0.10" LinearSolve = "1, 2" NearestNeighbors = "0.4" -StaticArrays = "1.2" -Symbolics = "5" -julia = "1.6" +StaticArrays = "1.9" +Symbolics = "5, 6" +julia = "1.6, 1.10" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"