-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
31 lines (29 loc) · 1005 Bytes
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name = "SIRUS"
uuid = "cdeec39e-fb35-4959-aadb-a1dd5dede958"
authors = ["Rik Huijzer <[email protected]>"]
version = "2.0.1"
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
InlineStrings = "842dd82b-1e85-43dc-bf29-5d0ee9dffc48"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
MLJLinearModels = "6ee0df7b-362f-4a72-a706-9e79364fb692"
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
AbstractTrees = "0.3, 0.4"
CategoricalArrays = "0.10"
InlineStrings = "1"
LinearAlgebra = "1"
MLJBase = "0.21, 1"
MLJLinearModels = "0.8, 0.9, 0.10"
MLJModelInterface = "1.4"
OrderedCollections = "1.6.2"
Random = "1"
Statistics = "1"
Tables = "1.7"
julia = "1.10"