From 8ea117e2ac5bfecccb01d92326de950f228be7db Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 8 Mar 2024 00:08:30 +0000 Subject: [PATCH] CompatHelper: bump compat for StaticArrays to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0527e2da..221b29c1 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ LogExpFunctions = "0.3" NaNMath = "1" Preferences = "1" SpecialFunctions = "1, 2" -StaticArrays = "1.5 - 1.6" +StaticArrays = "1.5 - 1.6, 1" julia = "1.6" [extras]