Skip to content

Commit

Permalink
CompatHelper: bump compat for Functors to 0.5, (keep existing compat)
Browse files Browse the repository at this point in the history
  • Loading branch information
CompatHelper Julia committed Nov 5, 2024
1 parent a83aea8 commit f724112
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 @@ -121,7 +120,7 @@ Folds = "0.2"
ForwardDiff = "0.10"
ForwardDiffPullbacks = "0.1.1, 0.2"
FunctionChains = "0.1.4"
Functors = "0.2, 0.3, 0.4"
Functors = "0.2, 0.3, 0.4, 0.5"
HDF5 = "0.15, 0.16, 0.17"
HeterogeneousComputing = "0.2"
HypothesisTests = "0.10, 0.11"
Expand All @@ -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 Down

0 comments on commit f724112

Please sign in to comment.