From f69fb5feeb84032627e6c9568e6464aefd55b3db Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 27 Apr 2026 02:59:21 +0000 Subject: [PATCH] CompatHelper: bump compat for OrdinaryDiffEq in [weakdeps] to 7, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 029636424e..e77c8a97ba 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" @@ -53,7 +53,7 @@ GPUArraysCore = "0.2" JSON = "0.21" KernelAbstractions = "0.9" MuladdMacro = "0.2" -OrdinaryDiffEq = "6.91" +OrdinaryDiffEq = "6.91, 7" OrdinaryDiffEqCore = "1" PointNeighbors = "0.6.3" Polyester = "0.7.10"