Skip to content

Commit

Permalink
done?
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-alt committed Jul 23, 2024
1 parent 3eeb3cd commit 6dc5d92
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
matrix:
version:
- '1.7'
- '1.8'
- '1.9'
- '1.10'
os:
- ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down
16 changes: 15 additions & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,18 @@ TaijaPlotting = "bd7198b4-c7d6-400c-9bab-9a24614b0240"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.8"
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.5.1"
MLJLinearModels = "0.10.0"
MLJModelInterface = "1.11.0"
NearestNeighborModels = "0.2.3"
Plots = "1.40.5"
TaijaPlotting = "1.1.2"
julia = "1.10"

0 comments on commit 6dc5d92

Please sign in to comment.