From fd4f5d3b86fee202a922daa0c27e1b64d799cf37 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 2 Jan 2025 00:20:21 +0000 Subject: [PATCH] CompatHelper: add new compat entry for ProgressTables at version 0.1 for package CIFAR10, (keep existing compat) --- 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"