Skip to content

Commit 4bf1e07

Browse files
committed
Clean exts
1 parent 7475523 commit 4bf1e07

File tree

4 files changed

+4
-24
lines changed

4 files changed

+4
-24
lines changed

Project.toml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,9 @@ ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
3333
[weakdeps]
3434
DecisionTree = "7806a523-6efd-50cb-b5f6-3fa6f1930dbb"
3535
XGBoost = "009559a3-9522-5dbb-924b-0b6ed2b22bb9"
36-
MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
37-
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
38-
MLJDecisionTreeInterface = "c6f25543-311c-4c74-83dc-3ea6d1015661"
39-
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
4036

4137
[extensions]
4238
DecisionTreeExt = "DecisionTree"
43-
MLJDecisionTreeInterfaceExt = "MLJDecisionTreeInterface"
44-
MLJExt = "MLJ"
45-
MLJModelInterfaceExt = "MLJModelInterface"
4639
XGBoostExt = "XGBoost"
4740

4841
[compat]
@@ -52,7 +45,6 @@ CSV = "0.10"
5245
CategoricalArrays = "0.10"
5346
DataFrames = "1"
5447
DataStructures = "0.18"
55-
DecisionTree = "0.12"
5648
FillArrays = "1"
5749
FunctionWrappers = "1"
5850
Graphs = "1.8"
@@ -71,7 +63,6 @@ Revise = "3"
7163
SoleBase = "0.12"
7264
SoleData = "0.15, 0.16"
7365
SoleLogics = "0.11"
74-
XGBoost = "2.5"
7566
StatsBase = "0.30 - 0.34"
7667
Suppressor = "0.2"
7768
Tables = "1"
@@ -89,6 +80,10 @@ PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
8980
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
9081
SoleData = "123f1ae1-6307-4526-ab5b-aab3a92a2b8c"
9182
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
83+
MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
84+
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
85+
MLJDecisionTreeInterface = "c6f25543-311c-4c74-83dc-3ea6d1015661"
86+
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
9287

9388
[targets]
9489
test = ["Test", "DataFrames", "Random", "MLJ", "MultiData", "Markdown", "InteractiveUtils", "BenchmarkTools", "MLJBase", "XGBoost", "DecisionTree", "MLJDecisionTreeInterface", "SoleData"]

ext/MLJDecisionTreeInterfaceExt.jl

Lines changed: 0 additions & 5 deletions
This file was deleted.

ext/MLJExt.jl

Lines changed: 0 additions & 5 deletions
This file was deleted.

ext/MLJModelInterfaceExt.jl

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)