From 1b3926a549c639e7fcd5b04b047a51a6cdb919ef Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Wed, 20 Dec 2023 08:19:26 +0100 Subject: [PATCH] restrict DiffEqBase.jl in main Project.toml --- Project.toml | 2 ++ test/Project.toml | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 6bedec18c7..da889ab3d4 100644 --- a/Project.toml +++ b/Project.toml @@ -54,6 +54,7 @@ TrixiMakieExt = "Makie" CodeTracking = "1.0.5" ConstructionBase = "1.3" DataStructures = "0.18.15" +DiffEqBase = "6 - 6.143" DiffEqCallbacks = "2.25" EllipsisNotation = "1.0" FillArrays = "0.13.2, 1" @@ -94,4 +95,5 @@ TriplotRecipes = "0.1" julia = "1.8" [extras] +DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" diff --git a/test/Project.toml b/test/Project.toml index 08fe3a1de0..ecae0ac090 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -1,7 +1,6 @@ [deps] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0" -DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6" ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" @@ -15,7 +14,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] Aqua = "0.8" CairoMakie = "0.6, 0.7, 0.8, 0.9, 0.10" -DiffEqBase = "6 - 6.143" Downloads = "1" ForwardDiff = "0.10" LinearAlgebra = "1"