Skip to content

Commit

Permalink
CompatHelper: bump compat for SciMLBase to 2, (keep existing compat)
Browse files Browse the repository at this point in the history
  • Loading branch information
CompatHelper Julia committed Sep 23, 2023
1 parent 8f220d2 commit 9a9262e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"

[weakdeps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
DynamicHMC = "bbc10e6e-7c05-544b-b16e-64fede858acb"
DynamicPPL = "366bfd00-2699-11ea-058f-f148b4cae6d8"
MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"

[extensions]
PathfinderDynamicHMCExt = "DynamicHMC"
PathfinderTuringExt = ["Accessors", "DynamicPPL", "MCMCChains", "Turing"]

[compat]
Accessors = "0.1"
Distributions = "0.25"
Expand All @@ -40,17 +51,13 @@ PDMats = "0.11"
PSIS = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9"
ProgressLogging = "0.1.4"
Requires = "1"
SciMLBase = "1.8.1"
SciMLBase = "1.8.1, 2"
StatsBase = "0.33, 0.34"
Transducers = "0.4.5"
Turing = "0.24, 0.25, 0.26"
UnPack = "1"
julia = "1.6"

[extensions]
PathfinderDynamicHMCExt = "DynamicHMC"
PathfinderTuringExt = ["Accessors", "DynamicPPL", "MCMCChains", "Turing"]

[extras]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
DynamicHMC = "bbc10e6e-7c05-544b-b16e-64fede858acb"
Expand All @@ -62,10 +69,3 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"

[targets]
test = ["OptimizationNLopt", "Test"]

[weakdeps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
DynamicHMC = "bbc10e6e-7c05-544b-b16e-64fede858acb"
DynamicPPL = "366bfd00-2699-11ea-058f-f148b4cae6d8"
MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"

0 comments on commit 9a9262e

Please sign in to comment.