From f35d3859c68bb8a9320a38c245c6608b3550daaf Mon Sep 17 00:00:00 2001 From: Robert Gottlieb Date: Fri, 2 Feb 2024 17:00:09 -0500 Subject: [PATCH] Update StaticArrays dependency --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 100fd4f..a84ae83 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ IntervalRootFinding = "~0.5" NaNMath = "0.3.5, 1.0" NNlib = "~0.8" Reexport = "~0.2, ~1" -StaticArrays = "~1.2" +StaticArrays = "~1" SpecialFunctions = "~1, ~2" UnPack = "~1" julia = "1.6"