From 38426ecb213b98317aa23cd00be480d9625e8f94 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 8 Oct 2024 01:50:31 +0000 Subject: [PATCH] CompatHelper: add new compat entry for OffsetArrays at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 0843bb934d..62c599598f 100644 --- a/Project.toml +++ b/Project.toml @@ -107,6 +107,7 @@ LinearAlgebra = "1" MLStyle = "0.4.17" NaNMath = "0.3, 1" NonlinearSolve = "3.14" +OffsetArrays = "1" OrderedCollections = "1" OrdinaryDiffEq = "6.82.0" PrecompileTools = "1"