From 1dd9b355d707c0a7d624a7a692fc0d90900c782b Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Wed, 4 Sep 2024 00:14:58 -0500 Subject: [PATCH] bump RecursiveArrayTools compat to try to fix Downgrade.yml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 93c7b383a5..f183bfdb09 100644 --- a/Project.toml +++ b/Project.toml @@ -90,7 +90,7 @@ PrecompileTools = "1.1" Preferences = "1.3" Printf = "1" RecipesBase = "1.1" -RecursiveArrayTools = "2" +RecursiveArrayTools = "2.38" Reexport = "1.0" Requires = "1.1" SciMLBase = "1.90, 2"