From 02dcc880ec8585c675230c0bc775ac17b605d4d5 Mon Sep 17 00:00:00 2001 From: Francesc Verdugo Date: Tue, 12 Jan 2021 09:56:51 +0100 Subject: [PATCH] Add FillArrays compat entry --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 8b985f1..2faf984 100644 --- a/Project.toml +++ b/Project.toml @@ -17,6 +17,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] AbstractTrees = "0.3.3" Combinatorics = "1" +FillArrays = "0.10" Gridap = "0.15" LightGraphs = "1.3.3" MiniQhull = "0.1.0, 0.2"