From 8bf1a909bffeaff43f3b23435a922cace6a03eb0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 16 Jan 2026 01:56:56 +0000 Subject: [PATCH] CompatHelper: bump compat for OrdinaryDiffEqCore in [weakdeps] to 3, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 029636424e..8450d4bd84 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "TrixiParticles" uuid = "66699cd8-9c01-4e9d-a059-b96c86d16b3a" -authors = ["erik.faulhaber <44124897+efaulhaber@users.noreply.github.com>"] version = "0.4.2-dev" +authors = ["erik.faulhaber <44124897+efaulhaber@users.noreply.github.com>"] [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -54,7 +54,7 @@ JSON = "0.21" KernelAbstractions = "0.9" MuladdMacro = "0.2" OrdinaryDiffEq = "6.91" -OrdinaryDiffEqCore = "1" +OrdinaryDiffEqCore = "1, 3" PointNeighbors = "0.6.3" Polyester = "0.7.10" ReadVTK = "0.2"