Skip to content

Commit 143ed0f

Browse files
committed
Merge branch 'better_compat'
2 parents 8ff26fa + c6fe5b6 commit 143ed0f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Project.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,29 @@ version = "0.1.0"
55

66
[deps]
77
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
8-
DecisionTree = "7806a523-6efd-50cb-b5f6-3fa6f1930dbb"
98
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
109
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
1110
MLBase = "f0e99cf1-93fa-52ec-9ecc-5026115318e0"
1211
MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
13-
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
1412
MLJLinearModels = "6ee0df7b-362f-4a72-a706-9e79364fb692"
1513
MLJMultivariateStatsInterface = "1b6a4a23-ba22-4f51-9698-8599985d3728"
1614
MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411"
1715
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
18-
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1916
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
2017
Unfold = "181c99d8-e21b-4ff3-b70b-c233eddec679"
2118
XGBoost = "009559a3-9522-5dbb-924b-0b6ed2b22bb9"
2219

2320
[compat]
2421
DataFrames = "1"
22+
LinearAlgebra = "1"
23+
Logging = "1"
24+
MLBase = "0.9"
2525
MLJ = "0.20"
26-
MLJBase = "1"
26+
MLJLinearModels = "0.10"
2727
MLJMultivariateStatsInterface = "0.5.3"
2828
MultivariateStats = "0.10"
29+
ProgressMeter = "1"
30+
Tables = "1"
2931
Unfold = "0.7,0.8"
3032
XGBoost = "2.5.1"
3133
julia = "1"

0 commit comments

Comments
 (0)