From 770b2a3dd19a4704abdd87d23c90e3b9a9740f5c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 28 Feb 2026 01:03:30 +0000 Subject: [PATCH] CompatHelper: bump compat for JSON to 1, (keep existing compat) --- Project.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 86dc648..3b6571f 100644 --- a/Project.toml +++ b/Project.toml @@ -38,6 +38,10 @@ 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" + [compat] Adapt = "4.3.0" Aqua = "0.8" @@ -50,7 +54,7 @@ DataInterpolations = "8.6.0" Distributions = "0.25" HDF5 = "0.17" JLD2 = "0.5" -JSON = "0.21" +JSON = "0.21, 1" JuliaFormatter = "2.2.1" KernelAbstractions = "0.9.39" LinearAlgebra = "<1.12.0" @@ -75,9 +79,6 @@ Zygote = "0.6" cuDNN = "1.4" julia = "1.10" -[sources] -GraphNetCore = {url = "https://github.com/una-auxme/GraphNetCore.jl", rev = "GNS-small-graph"} - [extras] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"