Skip to content

Commit

Permalink
CompatHelper: bump compat for "Distributions" to "0.24" (#242)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: David Widmann <dev+git@devmotion.de>
  • Loading branch information
github-actions[bot] and devmotion authored Oct 16, 2020
1 parent 29c24ad commit cd85b9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ AbstractFFTs = "0.5"
AbstractMCMC = "0.4, 0.5, 1.0, 2.0"
AxisArrays = "0.4.2"
Compat = "2.2, 3"
Distributions = "0.21, 0.22, 0.23"
Distributions = "0.21, 0.22, 0.23, 0.24"
Formatting = "0.4"
IteratorInterfaceExtensions = "0.1.1, 1"
MLJModelInterface = "0.3.5"
Expand All @@ -49,12 +49,11 @@ DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
MLJModels = "d491faf4-2d78-11e9-2867-c94bc002c0b7"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
XGBoost = "009559a3-9522-5dbb-924b-0b6ed2b22bb9"

[targets]
test = ["DataFrames", "FFTW", "KernelDensity", "Logging", "StatsPlots", "Test", "UnicodePlots", "MLJ", "MLJModels", "XGBoost"]
test = ["DataFrames", "FFTW", "KernelDensity", "Logging", "StatsPlots", "Test", "UnicodePlots", "MLJModels", "XGBoost"]
2 changes: 1 addition & 1 deletion test/rstar_tests.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using MCMCChains
using Tables
using MLJ, MLJModels
using MLJModels
using Test

N = 1000
Expand Down

0 comments on commit cd85b9a

Please sign in to comment.