From 44e1be2305639b8dda060f553bd059e4e7a22621 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 25 May 2024 00:08:36 +0000 Subject: [PATCH] CompatHelper: bump compat for StaticArrays in [weakdeps] to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index cb88b6cb..873c2ef9 100644 --- a/Project.toml +++ b/Project.toml @@ -32,7 +32,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]