From 944a1c5187c8741f193a81764768792afa5821f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 12:13:31 +0000 Subject: [PATCH] Update OneHotArrays requirement to 0.2.11 Updates the requirements on [OneHotArrays](https://github.com/FluxML/OneHotArrays.jl) to permit the latest version. - [Release notes](https://github.com/FluxML/OneHotArrays.jl/releases) - [Commits](https://github.com/FluxML/OneHotArrays.jl/compare/v0.1.0...v0.2.11) --- updated-dependencies: - dependency-name: OneHotArrays dependency-version: 0.2.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- GNNLux/docs/Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GNNLux/docs/Project.toml b/GNNLux/docs/Project.toml index c8ae968aa..33943828a 100644 --- a/GNNLux/docs/Project.toml +++ b/GNNLux/docs/Project.toml @@ -21,3 +21,6 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" GNNGraphs = {path = "../../GNNGraphs"} GNNLux = {path = ".."} GNNlib = {path = "../../GNNlib"} + +[compat] +OneHotArrays = "0.2.11"