We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065b4fe commit b9c1e51Copy full SHA for b9c1e51
.github/workflows/Docs.yml
@@ -15,7 +15,7 @@ concurrency:
15
16
permissions:
17
contents: write
18
- pull-requests: read
+ pull-requests: write
19
20
jobs:
21
docs:
Project.toml
@@ -1,6 +1,6 @@
1
name = "AdvancedMH"
2
uuid = "5b7e9947-ddc0-4b3f-9b55-0d8042f74170"
3
-version = "0.8.7"
+version = "0.8.8"
4
5
[deps]
6
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
@@ -32,7 +32,7 @@ FillArrays = "1"
32
ForwardDiff = "0.10, 1"
33
LinearAlgebra = "1.6"
34
LogDensityProblems = "2"
35
-MCMCChains = "6.0.4"
+MCMCChains = "6.0.4,7"
36
Random = "1.6"
37
Requires = "1"
38
StructArrays = "0.6, 0.7"
0 commit comments