From c035f04f3583dcdb1c894ad2c93ea11891012bbe Mon Sep 17 00:00:00 2001 From: David Widmann Date: Wed, 14 Feb 2024 17:21:17 +0100 Subject: [PATCH] Update compat bounds --- Project.toml | 2 ++ docs/Project.toml | 2 +- docs/make.jl | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 377338d..85949fb 100644 --- a/Project.toml +++ b/Project.toml @@ -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] diff --git a/docs/Project.toml b/docs/Project.toml index 3a52a5d..1814eb3 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -2,4 +2,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" [compat] -Documenter = "0.27" +Documenter = "1" diff --git a/docs/make.jl b/docs/make.jl index d58323f..2dfc5e0 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -6,7 +6,6 @@ makedocs(; format=Documenter.HTML(), modules=[EllipticalSliceSampling], pages=["Home" => "index.md"], - strict=true, checkdocs=:exports, )