diff --git a/Project.toml b/Project.toml index 54bd8aae..554755e7 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ Thermodynamics = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c" [compat] ClimaCore = "0.14" -ClimaParams = "0.10.35" +ClimaParams = "0.10.35, 0.11" CloudMicrophysics = "0.26.1" Cloudy = "0.5.6" DocStringExtensions = "0.9.3" @@ -29,5 +29,5 @@ OrdinaryDiffEq = "6" SpecialFunctions = "2.3" Statistics = "1.10" TerminalLoggers = "0.1" -Thermodynamics = "0.12.13" +Thermodynamics = "0.12.13, 0.13" julia = "1.8" diff --git a/calibration/Project.toml b/calibration/Project.toml index 8b4fa004..55d1d5b8 100644 --- a/calibration/Project.toml +++ b/calibration/Project.toml @@ -20,7 +20,7 @@ Thermodynamics = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c" [compat] ClimaCore = "0.14" -ClimaParams = "0.10.27" +ClimaParams = "0.10.27, 0.11" CloudMicrophysics = "0.24.1" EnsembleKalmanProcesses = "1.1" Interpolations = "0.15" @@ -31,5 +31,5 @@ Optim = "1.7" OrdinaryDiffEq = "6" Random = "1" Statistics = "1.10" -Thermodynamics = "0.12.6" +Thermodynamics = "0.12.6, 0.13" julia = "1.8" diff --git a/test/Project.toml b/test/Project.toml index e4dbf552..0639508c 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -24,4 +24,4 @@ ClimaCorePlots = "0.2" Cloudy = "0.5.6" NCDatasets = "0.14" Plots = "1.29" -Thermodynamics = "0.12.13" +Thermodynamics = "0.12.13, 0.13"