Skip to content

Commit bba0eb1

Browse files
authored
Bump compat for multiple packages (#366)
- AbstractPPL: 0.12, 0.13 - AdvancedHMC: 0.8 - GLMakie: 0.12, 0.13 - GraphMakie: 0.6 - MCMCChains: 7 This consolidates PRs #346, #344, #336, #319, and #300
1 parent 0f59711 commit bba0eb1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@ JuliaBUGSMCMCChainsExt = "MCMCChains"
4646
[compat]
4747
ADTypes = "1.14.0"
4848
AbstractMCMC = "5"
49-
AbstractPPL = "0.8.4, 0.9, 0.10, 0.11"
49+
AbstractPPL = "0.8.4, 0.9, 0.10, 0.11, 0.12, 0.13"
5050
Accessors = "0.1"
51-
AdvancedHMC = "0.6, 0.7"
51+
AdvancedHMC = "0.6, 0.7, 0.8"
5252
AdvancedMH = "0.8"
5353
BangBang = "0.4.1"
5454
Bijectors = "0.13, 0.14, 0.15.5"
5555
Distributions = "0.23.8, 0.24, 0.25"
5656
Documenter = "0.27, 1"
57-
GLMakie = "0.10, 0.11"
58-
GraphMakie = "0.5"
57+
GLMakie = "0.10, 0.11, 0.12, 0.13"
58+
GraphMakie = "0.5, 0.6"
5959
GraphPlot = "0.6"
6060
Graphs = "1"
6161
JSON = "0.21"
@@ -64,7 +64,7 @@ LinearAlgebra = "1.10"
6464
LogDensityProblems = "2"
6565
LogDensityProblemsAD = "1"
6666
LogExpFunctions = "0.3"
67-
MCMCChains = "6"
67+
MCMCChains = "6, 7"
6868
MacroTools = "0.5"
6969
MetaGraphsNext = "0.6, 0.7"
7070
OrderedCollections = "1"

0 commit comments

Comments
 (0)