Skip to content

Commit

Permalink
CompatHelper: bump compat for StructArrays to 0.7, (keep existing com…
Browse files Browse the repository at this point in the history
…pat)
  • Loading branch information
CompatHelper Julia committed Nov 17, 2024
1 parent 705a236 commit 7af78de
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 @@ -27,14 +27,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 @@ -46,11 +46,11 @@ 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"
LinearMaps = "2.7, ^3.0"
Makie = "^0.21"
OrdinaryDiffEq = "^6.33"
Parameters = "0.12.3"
Plots = "1"
Expand All @@ -59,7 +59,7 @@ RecipesBase = "1.0, 1.1, 1.3"
RecursiveArrayTools = "^2.3, ^2.4, ^2.8, ^2.9, ^3"
Reexport = "1.2.2"
SciMLBase = "^1, ^2"
StructArrays = "0.4, ^0.6"
StructArrays = "0.4, ^0.6, 0.7"
julia = "1.9"

[extras]
Expand Down

0 comments on commit 7af78de

Please sign in to comment.