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 0fa00c1 commit c70c7ae
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ StaticArrays = "1"
Statistics = "1"
StatsBase = "0.33, 0.34"
StochasticDiffEq = "6"
StructArrays = "0.6"
StructArrays = "0.6, 0.7"
TimerOutputs = "0.5"
UnPack = "1"
UnicodePlots = "2, 3"
Expand All @@ -106,20 +106,4 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = [
"Test",
"SafeTestsets",
"CSV",
"DataFrames",
"DiffEqNoiseProcess",
"FiniteDiff",
"DiffEqDevTools",
"Logging",
"MKL",
"PythonCall",
"JuLIP",
"Symbolics",
"Statistics",
"Plots",
"JLD2",
]
test = ["Test", "SafeTestsets", "CSV", "DataFrames", "DiffEqNoiseProcess", "FiniteDiff", "DiffEqDevTools", "Logging", "MKL", "PythonCall", "JuLIP", "Symbolics", "Statistics", "Plots", "JLD2"]

0 comments on commit c70c7ae

Please sign in to comment.