From 75fe39a07dd5f38097d16fbdd7bfbb0e4a905329 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 27 Jul 2024 00:08:55 +0000 Subject: [PATCH] CompatHelper: add new compat entry for NetCDF at version 0.12, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index c396b01..11fb969 100644 --- a/Project.toml +++ b/Project.toml @@ -44,6 +44,7 @@ Interpolations = "0.14, 0.15" JLD2 = "0.4" NCDatasets = "0.13, 0.14" NLsolve = "4.5" +NetCDF = "0.12" OrdinaryDiffEq = "6.58" ParallelStencil = "0.13" SpecialFunctions = "2.4"