From b5efc757990c0e83156f61ddba3b6d844b109d43 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 21:43:37 -0400 Subject: [PATCH] chore: bump compat for JLD2 to 0.5 for package DDIM, (keep existing compat) (#885) Co-authored-by: CompatHelper Julia --- examples/DDIM/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/DDIM/Project.toml b/examples/DDIM/Project.toml index 461bf2222..aa01e623b 100644 --- a/examples/DDIM/Project.toml +++ b/examples/DDIM/Project.toml @@ -32,7 +32,7 @@ DataDeps = "0.7.13" FileIO = "1.16" ImageCore = "0.9, 0.10" ImageIO = "0.6" -JLD2 = "0.4.48" +JLD2 = "0.4.48, 0.5" Lux = "1" LuxCUDA = "0.3" MLUtils = "0.4"