Skip to content

Commit 20dbac5

Browse files
authored
Merge pull request #122 from JuliaTrustworthyAI/compat
Update compat entries
2 parents 3eeb3cd + b7bba83 commit 20dbac5

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

.github/workflows/CI.yml

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
matrix:
2121
version:
2222
- '1.7'
23-
- '1.8'
24-
- '1.9'
2523
- '1.10'
2624
os:
2725
- ubuntu-latest

Project.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ConformalPrediction"
22
uuid = "98bfc277-1877-43dc-819b-a3e38c30242f"
3-
authors = ["Patrick Altmeyer"]
4-
version = "0.1.12"
3+
authors = ["Patrick Altmeyer and contributors"]
4+
version = "0.1.13"
55

66
[deps]
77
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
@@ -31,7 +31,7 @@ InferOpt = "0.6.1"
3131
LinearAlgebra = "1.7, 1.8, 1.9, 1.10"
3232
MLJBase = "0.20, 0.21, 1"
3333
MLJEnsembles = "0.3.3, 0.4"
34-
MLJFlux = "0.2.10, 0.3, 0.4"
34+
MLJFlux = "0.2.10, 0.3, 0.4, 0.5"
3535
MLJLinearModels = "0.10.0"
3636
MLJModelInterface = "1"
3737
MLUtils = "0.4.2"

test/Project.toml

+15-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,18 @@ TaijaPlotting = "bd7198b4-c7d6-400c-9bab-9a24614b0240"
1616
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1717

1818
[compat]
19-
Aqua = "0.8"
19+
Aqua = "0.8"
20+
CompatHelperLocal = "0.1.26"
21+
DecisionTree = "0.12.4"
22+
Documenter = "1.5.0"
23+
EvoTrees = "0.16.7"
24+
LightGBM = "0.7.2"
25+
MLJ = "0.20.7"
26+
MLJDecisionTreeInterface = "0.4.2"
27+
MLJFlux = "0.2.10, 0.3, 0.4, 0.5"
28+
MLJLinearModels = "0.10.0"
29+
MLJModelInterface = "1.11.0"
30+
NearestNeighborModels = "0.2.3"
31+
Plots = "1.40.5"
32+
TaijaPlotting = "1.1.2"
33+
julia = "1.10"

0 commit comments

Comments
 (0)