diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6aebe40..14f5eaa 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -43,7 +43,7 @@ jobs: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - uses: julia-actions/cache@v2 - - uses: cjdoris/julia-downgrade-compat-action@v1 + - uses: julia-actions/julia-downgrade-compat@v1 with: skip: LinearAlgebra,Markdown,Printf,Random,Statistics,Test if: ${{ matrix.downgrade }} diff --git a/Project.toml b/Project.toml index f78d6d3..2759d39 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MCMCDiagnosticTools" uuid = "be115224-59cd-429b-ad48-344e309966f0" authors = ["David Widmann", "Seth Axen"] -version = "0.3.10" +version = "0.3.11" [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c" @@ -20,27 +20,27 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" [compat] Aqua = "0.8.1" AbstractFFTs = "0.5, 1" -DataAPI = "1.8" -DataStructures = "0.18.3" +DataAPI = "1.12" +DataStructures = "0.18.13" Distributions = "0.25.57" DynamicHMC = "3.2" -EvoTrees = "0.15, 0.16" -FFTW = "1.1" +EvoTrees = "0.16.2" +FFTW = "1.3" LinearAlgebra = "1.6" LogDensityProblems = "0.12, 1, 2" LogExpFunctions = "0.3.26" -MLJBase = "0.20, 0.21, 1" +MLJBase = "0.20.18, 0.21, 1" MLJDecisionTreeInterface = "0.3, 0.4" MLJIteration = "0.5, 0.6" MLJLIBSVMInterface = "0.2" MLJModelInterface = "1.6" MLJModels = "0.16" MLJXGBoostInterface = "0.3.4" -OffsetArrays = "1.11" +OffsetArrays = "1.13" Random = "1.6" SpecialFunctions = "1.8.4, 2" Statistics = "1.6" -StatsBase = "0.33.3, 0.34" +StatsBase = "0.33.7, 0.34" StatsFuns = "1" Tables = "1.11" Test = "1.6"