Skip to content

Commit b9c1e51

Browse files
authored
MCMCChains@7 (#117)
* MCMCChains@7 * Fix docs workflow permissions
1 parent 065b4fe commit b9c1e51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/Docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
permissions:
1717
contents: write
18-
pull-requests: read
18+
pull-requests: write
1919

2020
jobs:
2121
docs:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "AdvancedMH"
22
uuid = "5b7e9947-ddc0-4b3f-9b55-0d8042f74170"
3-
version = "0.8.7"
3+
version = "0.8.8"
44

55
[deps]
66
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
@@ -32,7 +32,7 @@ FillArrays = "1"
3232
ForwardDiff = "0.10, 1"
3333
LinearAlgebra = "1.6"
3434
LogDensityProblems = "2"
35-
MCMCChains = "6.0.4"
35+
MCMCChains = "6.0.4,7"
3636
Random = "1.6"
3737
Requires = "1"
3838
StructArrays = "0.6, 0.7"

0 commit comments

Comments
 (0)