From f3e5e0213f1594150565bb61fefa3a25f7a42572 Mon Sep 17 00:00:00 2001 From: Daniel Runge Date: Mon, 2 Sep 2024 18:56:17 +0200 Subject: [PATCH] update compat restriction of ExtendableFEM to latest version of ExtendableFEMBase --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e7079fba..da9f941f 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" CommonSolve = "0.2" DiffResults = "1" DocStringExtensions = "0.8,0.9" -ExtendableFEMBase = "0.6" +ExtendableFEMBase = "0.7" ExtendableGrids = "1.9.2" ExtendableSparse = "1.5.1" ForwardDiff = "0.10.35"