Skip to content

Commit

Permalink
CompatHelper: add new compat entry for Makie in [weakdeps] at version…
Browse files Browse the repository at this point in the history
… 0.21, (keep existing compat)
  • Loading branch information
CompatHelper Julia committed Sep 9, 2024
1 parent 8ecc3cb commit 207676c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ authors = ["Olav Møyner <[email protected]>"]
version = "0.2.30"

[deps]
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c"
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Expand Down Expand Up @@ -35,8 +35,8 @@ Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
[weakdeps]
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
HYPRE = "b5ffcf37-a2bd-41ab-a3da-4bd9bc8ad771"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
PartitionedArrays = "5a9dfac6-5c52-46f7-8278-5e2210713be9"

[extensions]
Expand All @@ -45,8 +45,8 @@ JutulDarcyMakieExt = "Makie"
JutulDarcyPartitionedArraysExt = ["PartitionedArrays", "MPI", "HYPRE"]

[compat]
Artifacts = "1"
AlgebraicMultigrid = "0.5.1, 0.6.0"
Artifacts = "1"
DataStructures = "0.18.13"
Dates = "1"
DelimitedFiles = "1.9.1"
Expand All @@ -61,6 +61,7 @@ LazyArtifacts = "1"
LinearAlgebra = "1"
LoopVectorization = "0.12.115"
MAT = "0.10.3"
Makie = "0.21"
MultiComponentFlash = "1.1.15"
OrderedCollections = "1.6.2"
PartitionedArrays = "0.3.2"
Expand Down

0 comments on commit 207676c

Please sign in to comment.