Skip to content

Commit

Permalink
Bump docs dependency compats (#355)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
sethaxen authored Sep 19, 2024
1 parent 09bdfdc commit 65a3cd0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"

0 comments on commit 65a3cd0

Please sign in to comment.