From cf83ffb323047ba361d2be679bd6207af3296a68 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:25:24 -0500 Subject: [PATCH] chore: add new compat entry for OneHotArrays at version 0.2 for package GCN_Cora, (keep existing compat) (#1212) Co-authored-by: CompatHelper Julia --- examples/GCN_Cora/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/GCN_Cora/Project.toml b/examples/GCN_Cora/Project.toml index 56238e048..47a4b1dc8 100644 --- a/examples/GCN_Cora/Project.toml +++ b/examples/GCN_Cora/Project.toml @@ -18,6 +18,7 @@ Enzyme = "0.13.28" Lux = "1.5" MLDatasets = "0.7.18" MLUtils = "0.4.5" +OneHotArrays = "0.2" Optimisers = "0.4.4" Printf = "1.10" Random = "1.10"