From 1a0c4808eb1b9188396015863a7324fa64a5f001 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 19:32:44 -0500 Subject: [PATCH] chore: add new compat entry for ProgressTables at version 0.1 for package CIFAR10, (keep existing compat) (#1154) Co-authored-by: CompatHelper Julia --- examples/CIFAR10/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/CIFAR10/Project.toml b/examples/CIFAR10/Project.toml index c0dffde55..bdbea58d8 100644 --- a/examples/CIFAR10/Project.toml +++ b/examples/CIFAR10/Project.toml @@ -37,6 +37,7 @@ MLUtils = "0.4.4" OneHotArrays = "0.2.5" Optimisers = "0.4.1" Printf = "1.10" +ProgressTables = "0.1" Random = "1.10" Reactant = "0.2.12" StableRNGs = "1.0.2"