From 1c0cfe766d95ab94ded43e1cdef19689da6ac73f Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Thu, 30 Nov 2023 08:05:16 -0600 Subject: [PATCH] revert previous compat bump, keep NodesAndModes compat at .9 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 32adb026..89ae6440 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, 1" +NodesAndModes = "0.9" PathIntersections = "0.1" RecipesBase = "1" RecursiveArrayTools = "2"