From 8e5aee978cf79f5cdbe68c51b544ed133e4d7431 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 11 Apr 2026 01:16:58 +0000 Subject: [PATCH] CompatHelper: bump compat for cuDNN to 6, (keep existing compat) --- Project.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 7155f9d..25af230 100644 --- a/Project.toml +++ b/Project.toml @@ -36,8 +36,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" @@ -72,7 +73,7 @@ SciMLSensitivity = "7.76 - 7" Statistics = "1" Test = "1" Zygote = "0.6" -cuDNN = "1.4 - 1" +cuDNN = "1.4 - 1, 6" julia = "1.10" [extras]