From 65a3cd0caba65cdb10f3cacbdb23e69057405f65 Mon Sep 17 00:00:00 2001 From: Seth Axen Date: Thu, 19 Sep 2024 13:11:22 +0200 Subject: [PATCH] Bump docs dependency compats (#355) * Drop support for old versions of reexported packages * Update test and docs compats lower bounds * Increase Julia lower bound to 1.9 Required by InferenceObjects v0.4 requirement * Update dependency lower bounds * Update docs dependency lower bounds * Update stdlib compats to match min Julia version * Test extensions with lowest Julia version * Generalize stdlib compats * Bump docs dependency compats --- docs/Project.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index 834c13f6..af17356e 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -26,16 +26,16 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" [compat] -AlgebraOfGraphics = "0.6.13" +AlgebraOfGraphics = "0.6.13, 0.7, 0.8" ArviZ = "0.12.0" ArviZExampleData = "0.1.10" ArviZPythonPlots = "0.1.7" -CairoMakie = "0.10, 0.11" +CairoMakie = "0.10, 0.11, 0.12" DataFrames = "1.4" DimensionalData = "0.27" Distributions = "0.25.81" Documenter = "1" -Downloads = "1.9" +Downloads = "1" EvoTrees = "0.14.8, 0.15, 0.16" InferenceObjects = "0.4" MCMCDiagnosticTools = "0.3.4" @@ -47,6 +47,6 @@ PlutoUI = "0.7" PosteriorStats = "0.2.2" StanSample = "7.0.1" StatisticalMeasures = "0.1.1" -Statistics = "1.9" +Statistics = "1" StatsBase = "0.33.7, 0.34" -Turing = "0.24.1, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.34" +Turing = "0.24.1, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33, 0.34"