1
1
name = " MLJTransforms"
2
2
uuid = " 23777cdb-d90c-4eb0-a694-7c2b83d5c1d6"
3
3
authors = [
" Essam <[email protected] > and contributors" ]
4
- version = " 0.1.0 "
4
+ version = " 0.1.1 "
5
5
6
6
[deps ]
7
7
BitBasis = " 50ba71b6-fa0f-514d-ae9a-0916efc90dcf"
@@ -14,6 +14,7 @@ MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
14
14
OrderedCollections = " bac558e1-5e72-5ebc-8fee-abe8a469f55d"
15
15
Parameters = " d96e819e-fc66-5662-9728-84c9c7592b0a"
16
16
ScientificTypes = " 321657f4-b219-11e9-178b-2701a2544e81"
17
+ ScientificTypesBase = " 30f210dd-8aff-4c5f-94ba-8e64358c1161"
17
18
Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
18
19
StatsBase = " 2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
19
20
TableOperations = " ab02a1b2-a7df-11e8-156e-fb1833f50b87"
@@ -22,14 +23,15 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
22
23
[compat ]
23
24
BitBasis = " 0.9"
24
25
CategoricalArrays = " 0.10"
25
- MLJModelInterface = " 1.11"
26
26
Combinatorics = " 1"
27
27
Dates = " 1"
28
28
Distributions = " 0.25"
29
29
LinearAlgebra = " 1"
30
+ MLJModelInterface = " 1.11"
30
31
OrderedCollections = " 1"
31
32
Parameters = " 0.12"
32
- ScientificTypes = " 3.0"
33
+ ScientificTypes = " 3.1.0"
34
+ ScientificTypesBase = " 3.0.0"
33
35
Statistics = " 1"
34
36
StatsBase = " 0.34"
35
37
TableOperations = " 1.2"
@@ -38,11 +40,11 @@ julia = "1.10"
38
40
39
41
[extras ]
40
42
DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
41
- StableRNGs = " 860ef19b-820b-49d6-a774-d7a799459cd3"
42
43
MLJBase = " a7f614a8-145f-11e9-1d2a-a57a1082229d"
43
44
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
44
- Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40 "
45
+ StableRNGs = " 860ef19b-820b-49d6-a774-d7a799459cd3 "
45
46
StatsModels = " 3eaba693-59b7-5ba5-a881-562e759f1c8d"
47
+ Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
46
48
47
49
[targets ]
48
50
test = [" Test" , " DataFrames" , " MLJBase" , " Random" , " StableRNGs" , " StatsModels" ]
0 commit comments