From c53cdac11f0a19a1d498d61480a6781219b5ed55 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 21:05:11 -0500 Subject: [PATCH] chore: add new compat entry for StableRNGs at version 1 for package ConditionalVAE, (keep existing compat) (#1162) Co-authored-by: CompatHelper Julia --- examples/ConditionalVAE/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/ConditionalVAE/Project.toml b/examples/ConditionalVAE/Project.toml index 82d1d00cf..81e676489 100644 --- a/examples/ConditionalVAE/Project.toml +++ b/examples/ConditionalVAE/Project.toml @@ -29,3 +29,4 @@ OneHotArrays = "0.2.6" Printf = "1.10" Random = "1.10" Reactant = "0.2.9" +StableRNGs = "1"