Skip to content

Commit

Permalink
Merge pull request #201 from bifurcationkit/compathelper/new_version/…
Browse files Browse the repository at this point in the history
…2025-01-14-00-54-11-676-00350917884

CompatHelper: bump compat for Makie in [weakdeps] to 0.22, (keep existing compat)
  • Loading branch information
rveltz authored Jan 22, 2025
2 parents da8f36e + 31d8c40 commit 27e0c57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"

[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"

[extensions]
MakieExt = "Makie"
JLD2Ext = "JLD2"
MakieExt = "Makie"
PlotsExt = ["Plots", "RecipesBase"]

[compat]
Expand All @@ -47,12 +47,12 @@ DataStructures = "0.17, 0.18"
DocStringExtensions = "^0.8, ^0.9"
FastGaussQuadrature = "^0.4, ^0.5, 1"
ForwardDiff = "^0.10"
Makie = "^0.21"
IterativeSolvers = "0.8.4, 0.8.5, ^0.9"
JLD2 = "0.4, 0.5"
KrylovKit = "^0.7, ^0.8.2"
Krylov = "^0.9"
KrylovKit = "^0.7, ^0.8.2"
LinearMaps = "2.7, ^3.0"
Makie = "^0.21, 0.22"
OrdinaryDiffEq = "^6.33"
Parameters = "0.12.3"
Plots = "1"
Expand Down

0 comments on commit 27e0c57

Please sign in to comment.