diff --git a/Project.toml b/Project.toml index 6f07583b..aa22f86d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MLJModels" uuid = "d491faf4-2d78-11e9-2867-c94bc002c0b7" authors = ["Anthony D. Blaom "] -version = "0.16.10" +version = "0.16.11" [deps] CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597" @@ -45,7 +45,6 @@ Tables = "0.2,1.0" julia = "1.6" [extras] -Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d" MLJDecisionTreeInterface = "c6f25543-311c-4c74-83dc-3ea6d1015661" MLJMultivariateStatsInterface = "1b6a4a23-ba22-4f51-9698-8599985d3728" @@ -54,4 +53,4 @@ StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] -test = ["Distributions", "MLJBase", "MLJDecisionTreeInterface", "MLJMultivariateStatsInterface", "Pkg", "StableRNGs", "Test"] +test = ["MLJBase", "MLJDecisionTreeInterface", "MLJMultivariateStatsInterface", "Pkg", "StableRNGs", "Test"] diff --git a/src/registry/Metadata.toml b/src/registry/Metadata.toml index 88fc96fd..b52c05ec 100644 --- a/src/registry/Metadata.toml +++ b/src/registry/Metadata.toml @@ -3444,7 +3444,7 @@ ":is_pure_julia" = "`true`" ":package_name" = "SIRUS" ":package_license" = "MIT" -":load_path" = "SIRUS.StableForestClassifier" +":load_path" = "SIRUS.StableRulesClassifier" ":package_uuid" = "9113e207-2504-4b06-8eee-d78e288bee65" ":package_url" = "https://github.com/rikhuijzer/SIRUS.jl" ":is_wrapper" = "`false`" @@ -3478,7 +3478,7 @@ ":is_pure_julia" = "`true`" ":package_name" = "SIRUS" ":package_license" = "MIT" -":load_path" = "SIRUS.StableForestRegressor" +":load_path" = "SIRUS.StableRulesRegressor" ":package_uuid" = "9113e207-2504-4b06-8eee-d78e288bee65" ":package_url" = "https://github.com/rikhuijzer/SIRUS.jl" ":is_wrapper" = "`false`" diff --git a/test/runtests.jl b/test/runtests.jl index 3336055a..cf47ac87 100755 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,3 +1,8 @@ +# The next two lines added as a workaround to +# https://github.com/JuliaLang/Pkg.jl/issues/3628 (Julia 1.6): +import Pkg +Pkg.add(name="Statistics", version=VERSION) + using Test, MLJModels @testset "registry" begin