Skip to content

Commit

Permalink
Update compat bounds (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion authored Feb 14, 2024
1 parent 0a0853d commit d8e5803
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
AbstractMCMC = "5"
ArrayInterface = "7"
Distributions = "0.22, 0.23, 0.24, 0.25"
Random = "<0.0.1, 1"
Statistics = "<0.0.1, 1"
julia = "1.6"

[extras]
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

[compat]
Documenter = "0.27"
Documenter = "1"
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ makedocs(;
format=Documenter.HTML(),
modules=[EllipticalSliceSampling],
pages=["Home" => "index.md"],
strict=true,
checkdocs=:exports,
)

Expand Down

0 comments on commit d8e5803

Please sign in to comment.