Skip to content

Commit d8e5803

Browse files
authored
Update compat bounds (#37)
1 parent 0a0853d commit d8e5803

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1414
AbstractMCMC = "5"
1515
ArrayInterface = "7"
1616
Distributions = "0.22, 0.23, 0.24, 0.25"
17+
Random = "<0.0.1, 1"
18+
Statistics = "<0.0.1, 1"
1719
julia = "1.6"
1820

1921
[extras]

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33

44
[compat]
5-
Documenter = "0.27"
5+
Documenter = "1"

docs/make.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ makedocs(;
66
format=Documenter.HTML(),
77
modules=[EllipticalSliceSampling],
88
pages=["Home" => "index.md"],
9-
strict=true,
109
checkdocs=:exports,
1110
)
1211

0 commit comments

Comments
 (0)