From 5daeca81d11200e709798dd8a98d5bca2f2d95a0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 21 Nov 2025 00:17:37 +0000 Subject: [PATCH] CompatHelper: bump compat for MLJ in [weakdeps] to 0.22, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index c0214847f..11d579d61 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "CloudMicrophysics" uuid = "6a9e3e04-43cd-43ba-94b9-e8782df3c71b" -authors = ["Climate Modeling Alliance"] version = "0.29.0" +authors = ["Climate Modeling Alliance"] [deps] ClimaParams = "5c42b081-d73a-476f-9059-fd94b934656c" @@ -29,7 +29,7 @@ DocStringExtensions = "0.8, 0.9" ForwardDiff = "0.10, 1" LazyArtifacts = "1" LogExpFunctions = "0.3.29" -MLJ = "0.20" +MLJ = "0.20, 0.22" RootSolvers = "0.3, 0.4, 1" SpecialFunctions = "1, 2" StaticArrays = "1.9"