From 94c4d97106c14795f753ff5f6cc8ca315184e8c4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 27 Feb 2024 01:04:37 +0000 Subject: [PATCH] CompatHelper: bump compat for ParameterHandling to 0.5 for package 1-mauna-loa, (keep existing compat) --- examples/1-mauna-loa/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/1-mauna-loa/Project.toml b/examples/1-mauna-loa/Project.toml index 75245697..9a41d0fc 100644 --- a/examples/1-mauna-loa/Project.toml +++ b/examples/1-mauna-loa/Project.toml @@ -14,6 +14,6 @@ CSV = "0.9, 0.10" DataFrames = "1" Literate = "2" Optim = "1" -ParameterHandling = "0.4" +ParameterHandling = "0.4, 0.5" Plots = "1" Zygote = "0.6"