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 authored and oschulz committed Nov 16, 2024
1 parent 62c600d commit 53fa811
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"
UltraNest = "6822f173-b0be-4018-9ee2-28bf56348d09"


[extensions]
BATAdvancedHMCExt = "AdvancedHMC"
BATCubaExt = "Cuba"
Expand All @@ -91,9 +90,9 @@ BATPlotsExt = "Plots"
BATUltraNestExt = "UltraNest"

[compat]
ADTypes = "0.1, 0.2, 1"
Accessors = "0.1"
Adapt = "3, 4"
ADTypes = "0.1, 0.2, 1"
AdvancedHMC = "0.5, 0.6"
AffineMaps = "0.2.3, 0.3"
ArgCheck = "1, 2.0"
Expand Down Expand Up @@ -131,18 +130,18 @@ IrrationalConstants = "0.1, 0.2"
KernelDensity = "0.5, 0.6"
LaTeXStrings = "1"
LinearAlgebra = "1"
MGVI = "0.4"
MacroTools = "0.5"
Markdown = "1"
MeasureBase = "0.12, 0.13, 0.14"
Measurements = "2"
MGVI = "0.4"
NamedArrays = "0.9, 0.10"
NestedSamplers = "0.8"
Optim = "0.19,0.20, 0.21, 0.22, 1"
Optimization = "3, 4"
PDMats = "0.9, 0.10, 0.11"
ParallelProcessingTools = "0.4"
Parameters = "0.12, 0.13"
PDMats = "0.9, 0.10, 0.11"
Plots = "1"
PositiveFactorizations = "0.2"
Printf = "1"
Expand All @@ -155,7 +154,7 @@ StaticArrays = "0.12, 1.0"
Statistics = "1"
StatsBase = "0.32, 0.33, 0.34"
StatsFuns = "1"
StructArrays = "0.4, 0.5, 0.6"
StructArrays = "0.4, 0.5, 0.6, 0.7"
Tables = "0.2, 1.0"
Transducers = "0.4"
TypedTables = "1.2"
Expand Down

0 comments on commit 53fa811

Please sign in to comment.