Skip to content

Commit 6c34e4d

Browse files
committed
cleaned unused packages, tests still working
1 parent dbe8e83 commit 6c34e4d

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

Project.toml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,18 @@ version = "0.10.0"
66

77
[deps]
88
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
9-
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
109
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
11-
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
1210
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
1311
FunctionWrappers = "069b7b12-0de2-55c6-9aab-29f3d0a68a2e"
14-
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
15-
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
1612
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
1713
Lazy = "50d2b5c4-7a5e-59d5-8109-a42b560f39c0"
18-
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
19-
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
2014
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
21-
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
2215
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
23-
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
2416
SoleBase = "4475fa32-7023-44a0-aa70-4813b230e492"
2517
SoleData = "123f1ae1-6307-4526-ab5b-aab3a92a2b8c"
2618
SoleLogics = "b002da8f-3cb3-4d91-bbe3-2953433912b5"
2719
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
28-
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
29-
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
3020
ThreadSafeDicts = "4239201d-c60e-5e0a-9702-85d713665ba7"
31-
ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
3221

3322
[weakdeps]
3423
DecisionTree = "7806a523-6efd-50cb-b5f6-3fa6f1930dbb"
@@ -40,31 +29,22 @@ XGBoostExt = "XGBoost"
4029

4130
[compat]
4231
AbstractTrees = "0.4"
43-
CSV = "0.10"
4432
CategoricalArrays = "0.10"
4533
DataFrames = "1"
46-
DataStructures = "0.18"
4734
DecisionTree = "0.12"
4835
FillArrays = "1"
4936
FunctionWrappers = "1"
50-
Graphs = "1.8"
51-
HTTP = "1.9"
5237
IterTools = "1"
5338
Lazy = "0.15.1"
5439
PrettyTables = "2.2"
55-
ProgressMeter = "1"
5640
Random = "1"
5741
Reexport = "1"
58-
Revise = "3"
59-
SoleBase = "0.11 - 0.13"
42+
SoleBase = "0.13.0"
6043
SoleData = "0.15, 0.16"
6144
SoleLogics = "0.11 - 0.13"
6245
StatsBase = "0.30 - 0.34"
63-
Suppressor = "0.2"
64-
Tables = "1"
6546
ThreadSafeDicts = "0.1"
6647
XGBoost = "2"
67-
ZipFile = "0.10"
6848
julia = "1"
6949

7050
[extras]

0 commit comments

Comments
 (0)