Skip to content

Commit

Permalink
CompatHelper: bump compat for Trixi to 0.6 for package LibTrixi.jl, (…
Browse files Browse the repository at this point in the history
…keep existing compat)
  • Loading branch information
CompatHelper Julia committed Jan 9, 2024
1 parent cedba58 commit c14b9a0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions LibTrixi.jl/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@ authors = ["Michael Schlottke-Lakemper <[email protected]>", "Benedict Geihe <b
version = "0.1.5-pre"

[deps]
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Trixi = "a7f1ee26-1774-49b1-8366-f1abc58fbfcb"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Trixi = "a7f1ee26-1774-49b1-8366-f1abc58fbfcb"

# NOTE: entries should be kept in sync with those in test/Project.toml
[compat]
julia = "1.8"
MPI = "0.20.13"
OrdinaryDiffEq = "6.53.2"
Trixi = "0.5.29"
Pkg = "1.8"
Trixi = "0.5.29, 0.6"
julia = "1.8"

[preferences.OrdinaryDiffEq]
PrecompileAutoSpecialize = false
Expand Down

0 comments on commit c14b9a0

Please sign in to comment.