Skip to content

Commit 877214d

Browse files
authored
Update the downgrade action and fix bounds (#129)
* Switch to julia-actions version of downgrade workflow * Bump StatsBase lower bound to v0.33.7 * Increment patch number * Bump dependency lower bounds * Bump test dependency lower bounds
1 parent 04d44cb commit 877214d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
version: ${{ matrix.version }}
4444
arch: ${{ matrix.arch }}
4545
- uses: julia-actions/cache@v2
46-
- uses: cjdoris/julia-downgrade-compat-action@v1
46+
- uses: julia-actions/julia-downgrade-compat@v1
4747
with:
4848
skip: LinearAlgebra,Markdown,Printf,Random,Statistics,Test
4949
if: ${{ matrix.downgrade }}

Project.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MCMCDiagnosticTools"
22
uuid = "be115224-59cd-429b-ad48-344e309966f0"
33
authors = ["David Widmann", "Seth Axen"]
4-
version = "0.3.10"
4+
version = "0.3.11"
55

66
[deps]
77
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -20,27 +20,27 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
2020
[compat]
2121
Aqua = "0.8.1"
2222
AbstractFFTs = "0.5, 1"
23-
DataAPI = "1.8"
24-
DataStructures = "0.18.3"
23+
DataAPI = "1.12"
24+
DataStructures = "0.18.13"
2525
Distributions = "0.25.57"
2626
DynamicHMC = "3.2"
27-
EvoTrees = "0.15, 0.16"
28-
FFTW = "1.1"
27+
EvoTrees = "0.16.2"
28+
FFTW = "1.3"
2929
LinearAlgebra = "1.6"
3030
LogDensityProblems = "0.12, 1, 2"
3131
LogExpFunctions = "0.3.26"
32-
MLJBase = "0.20, 0.21, 1"
32+
MLJBase = "0.20.18, 0.21, 1"
3333
MLJDecisionTreeInterface = "0.3, 0.4"
3434
MLJIteration = "0.5, 0.6"
3535
MLJLIBSVMInterface = "0.2"
3636
MLJModelInterface = "1.6"
3737
MLJModels = "0.16"
3838
MLJXGBoostInterface = "0.3.4"
39-
OffsetArrays = "1.11"
39+
OffsetArrays = "1.13"
4040
Random = "1.6"
4141
SpecialFunctions = "1.8.4, 2"
4242
Statistics = "1.6"
43-
StatsBase = "0.33.3, 0.34"
43+
StatsBase = "0.33.7, 0.34"
4444
StatsFuns = "1"
4545
Tables = "1.11"
4646
Test = "1.6"

0 commit comments

Comments
 (0)