From f39907cf6fcc7506cb7c047796bfbb2b1f8dfa13 Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Mon, 1 Jul 2024 09:27:31 -0500 Subject: [PATCH] fix compat bounds --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 27c22a31..7546b8a7 100644 --- a/Project.toml +++ b/Project.toml @@ -38,7 +38,7 @@ NodesAndModes = "1" PathIntersections = "0.1, 0.2" Plots = "1" RecipesBase = "1" -RecursiveArrayTools = "<3.4" +RecursiveArrayTools = "3 - 3.3.3" Reexport = "1" Setfield = "1" SparseArrays = "1"