Skip to content

Commit

Permalink
restrict DiffEqBase.jl in main Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha authored Dec 20, 2023
1 parent 2d301ea commit 1b3926a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -94,4 +95,5 @@ TriplotRecipes = "0.1"
julia = "1.8"

[extras]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
2 changes: 0 additions & 2 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 1b3926a

Please sign in to comment.