diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8e2e5dc..e492abb 100755 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -20,8 +20,6 @@ jobs: matrix: version: - '1.7' - - '1.8' - - '1.9' - '1.10' os: - ubuntu-latest diff --git a/Project.toml b/Project.toml index c728ff5..0186c81 100755 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ConformalPrediction" uuid = "98bfc277-1877-43dc-819b-a3e38c30242f" -authors = ["Patrick Altmeyer"] -version = "0.1.12" +authors = ["Patrick Altmeyer and contributors"] +version = "0.1.13" [deps] CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597" @@ -31,7 +31,7 @@ InferOpt = "0.6.1" LinearAlgebra = "1.7, 1.8, 1.9, 1.10" MLJBase = "0.20, 0.21, 1" MLJEnsembles = "0.3.3, 0.4" -MLJFlux = "0.2.10, 0.3, 0.4" +MLJFlux = "0.2.10, 0.3, 0.4, 0.5" MLJLinearModels = "0.10.0" MLJModelInterface = "1" MLUtils = "0.4.2" diff --git a/test/Project.toml b/test/Project.toml index 9e9752f..f24395a 100755 --- a/test/Project.toml +++ b/test/Project.toml @@ -16,4 +16,18 @@ TaijaPlotting = "bd7198b4-c7d6-400c-9bab-9a24614b0240" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -Aqua = "0.8" \ No newline at end of file +Aqua = "0.8" +CompatHelperLocal = "0.1.26" +DecisionTree = "0.12.4" +Documenter = "1.5.0" +EvoTrees = "0.16.7" +LightGBM = "0.7.2" +MLJ = "0.20.7" +MLJDecisionTreeInterface = "0.4.2" +MLJFlux = "0.2.10, 0.3, 0.4, 0.5" +MLJLinearModels = "0.10.0" +MLJModelInterface = "1.11.0" +NearestNeighborModels = "0.2.3" +Plots = "1.40.5" +TaijaPlotting = "1.1.2" +julia = "1.10" \ No newline at end of file