From 7809c624b8097c982be361901f3e4be4021107e1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 3 Nov 2023 00:13:12 +0000 Subject: [PATCH] CompatHelper: bump compat for NodesAndModes to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 89ae6440..32adb026 100644 --- a/Project.toml +++ b/Project.toml @@ -34,7 +34,7 @@ ConstructionBase = "1" FillArrays = "0.13, 1" HDF5 = "0.16, 0.17" Kronecker = "0.5" -NodesAndModes = "0.9" +NodesAndModes = "0.9, 1" PathIntersections = "0.1" RecipesBase = "1" RecursiveArrayTools = "2"