From 762cc145fcb940953f880776c0d548397ee60716 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 13 Sep 2025 00:12:16 +0000 Subject: [PATCH] CompatHelper: bump compat for Oceananigans to 0.99, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 3d739e6c1..759a63e89 100644 --- a/Project.toml +++ b/Project.toml @@ -55,7 +55,7 @@ JLD2 = "0.4, 0.5, 0.6" KernelAbstractions = "0.9" MPI = "0.20" NCDatasets = "0.12, 0.13, 0.14" -Oceananigans = "0.97.6, 0.98" +Oceananigans = "0.97.6, 0.98, 0.99" OffsetArrays = "1.14" PrecompileTools = "1" PythonCall = "0.9"