From 6862ac69d5da875b635988282c530932fdc794c6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 19 Dec 2023 00:06:13 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for NCDatasets to 0.14, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1740b0b..c9dca9e 100644 --- a/Project.toml +++ b/Project.toml @@ -39,7 +39,7 @@ ForwardDiff = "0.10" Infiltrator = "1.0" JLD2 = "0.4" MultiFloats = "1.0" -NCDatasets = "0.12" +NCDatasets = "0.12, 0.14" NLsolve = "4.5" PALEOboxes = "0.21.17" RecipesBase = "1.2" From bce5461134f789aa4a49fec0056efd5a93082ff1 Mon Sep 17 00:00:00 2001 From: sjdaines Date: Fri, 9 Feb 2024 16:15:26 +0000 Subject: [PATCH 2/2] Update Project.toml fix whitespace --- Project.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Project.toml b/Project.toml index d265c99..86e37bf 100644 --- a/Project.toml +++ b/Project.toml @@ -39,11 +39,7 @@ ForwardDiff = "0.10" Infiltrator = "1.0" JLD2 = "0.4" MultiFloats = "1.0" - NCDatasets = "0.12, 0.13, 0.14" - - - NLsolve = "4.5" PALEOboxes = "0.21.17" RecipesBase = "1.2"