From ebbe4f906cd065ce768b1eee79817f2757953da4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 22 Apr 2026 00:12:38 +0000 Subject: [PATCH] CompatHelper: bump compat for DiffEqBase to 7, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 02eba630e50..bfe0f0db527 100644 --- a/Project.toml +++ b/Project.toml @@ -73,9 +73,9 @@ TrixiPlotsExt = "Plots" TrixiSparseConnectivityTracerExt = "SparseConnectivityTracer" [compat] +AMDGPU = "2.2.1" AcceleratedKernels = "0.4.3" Accessors = "0.1.42" -AMDGPU = "2.2.1" Adapt = "4.4" CUDA = "5.9.1" CodeTracking = "1.0.5, 2, 3" @@ -83,7 +83,7 @@ ConstructionBase = "1.5.8" Convex = "0.16" DataStructures = "0.18.15, 0.19" DelimitedFiles = "1" -DiffEqBase = "6.184" +DiffEqBase = "6.184, 7" DiffEqCallbacks = "2.35, 3, 4" Downloads = "1.6" ECOS = "1.1.2"