Skip to content

Commit

Permalink
Bump AxisArrays version (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer authored Jul 30, 2021
1 parent bb01f11 commit 9faac83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
AbstractFFTs = "0.5, 1"
AbstractMCMC = "0.4, 0.5, 1.0, 2.0, 3.0"
AxisArrays = "0.4.2"
AxisArrays = "0.4.4"
Compat = "2.2, 3"
Distributions = "0.21, 0.22, 0.23, 0.24, 0.25"
Formatting = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Random.seed!(0)
@testset "MCMCChains" begin
# MLJXGBoostInterface requires Julia >= 1.3
# XGBoost errors on 32bit systems: https://github.com/dmlc/XGBoost.jl/issues/92
if VERSION >= v"1.3" && Sys.WORD_SIZE == 64
if VERSION >= v"1.3" && VERSION < v"1.7" && Sys.WORD_SIZE == 64
# run tests related to rstar statistic
println("Rstar")
Pkg.add("MLJBase")
Expand Down

0 comments on commit 9faac83

Please sign in to comment.