From 8706e8befc19b2eaf3bc517827fd0482b9b3416f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 19 Nov 2025 00:17:49 +0000 Subject: [PATCH] CompatHelper: bump compat for SurfaceFluxes to 0.14, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 7fbeff4497..d07eed28a2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ClimaAtmos" uuid = "b2c96348-7fb7-4fe0-8da9-78d88439e717" -authors = ["Climate Modeling Alliance"] version = "0.31.8" +authors = ["Climate Modeling Alliance"] [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -68,7 +68,7 @@ SciMLBase = "~2.108, ~2.109, ~2.110, ~2.111, ~2.112" SparseMatrixColorings = "0.4.20" StaticArrays = "1.9" Statistics = "1" -SurfaceFluxes = "0.12.3, 0.13" +SurfaceFluxes = "0.12.3, 0.13, 0.14" Thermodynamics = "0.14.1, 0.15" UnrolledUtilities = "0.1.9" YAML = "0.4"