Skip to content

Commit 89394cf

Browse files
committed
➕Add Missing Dependency
1 parent fcbbfb6 commit 89394cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
99
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
1010
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
1111
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
12+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1213
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
1314
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
1415
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
@@ -31,8 +32,8 @@ julia = "1.6.7"
3132
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
3233
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
3334
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
34-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3535
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
36+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3637

3738
[targets]
3839
test = ["Test", "DataFrames", "MLJBase", "Random", "StableRNGs"]

0 commit comments

Comments
 (0)