From f4c27645300d76406f9333ebac6f7005f7ddb66f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 25 Feb 2025 01:29:09 +0000 Subject: [PATCH] CompatHelper: add new compat entry for StaticArrays at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 94ca0fc0e56..eebe511afce 100644 --- a/Project.toml +++ b/Project.toml @@ -78,6 +78,7 @@ Reactant = "0.2.25" Rotations = "1.0" SeawaterPolynomials = "0.3.5" SparseArrays = "1.9" +StaticArrays = "1" Statistics = "1.9" StructArrays = "0.4, 0.5, 0.6, 0.7" TimesDates = "0.3"