From a1fbb5c0d6845ccb69418d4b34f2cdb856eed783 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 8 Oct 2024 00:36:00 +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 73c2fa4c8a..a4fa00f135 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"