From 5d6ddc0f793ad24d5b9c99296ee436cb77d6497f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 2 Apr 2026 01:16:59 +0000 Subject: [PATCH] CompatHelper: bump compat for RecursiveArrayTools to 4, (keep existing compat) --- Project.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index e40df30..0aa7c7f 100644 --- a/Project.toml +++ b/Project.toml @@ -37,8 +37,9 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd" -[sources] -GraphNetCore = {rev = "GNS-small-graph", url = "https://github.com/una-auxme/GraphNetCore.jl"} +[sources.GraphNetCore] +rev = "GNS-small-graph" +url = "https://github.com/una-auxme/GraphNetCore.jl" [compat] Adapt = "4.3.0" @@ -68,7 +69,7 @@ PreallocationTools = "0.4.34" Printf = "1" ProgressMeter = "1.7.0 - 1" Random = "1" -RecursiveArrayTools = "3.36.0" +RecursiveArrayTools = "3.36.0, 4" SciMLBase = "2.7.0 - 2" SciMLSensitivity = "7.76 - 7" Statistics = "1"