/ FeatureSelection / Project.toml
Project.toml
1 name = "FeatureSelection" 2 uuid = "5a3114d4-1c97-448f-b718-4e393fdbdf17" 3 authors = ["defnlnotme <a9pbg0vj6@mozmail.com>"] 4 version = "0.1.0" 5 6 [deps] 7 Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5" 8 Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7" 9 Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" 10 GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a" 11 LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" 12 OnlineStats = "a15396b6-48d5-5d58-9928-6d29437db91e" 13 OnlineTechnicalIndicators = "dc2d07fb-478f-4566-8417-81bb3e5a7af1" 14 Processing = "71db1b01-ba5b-4918-92ad-dd9436844736" 15 Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" 16 StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" 17 Strategies = "7a1c9c3a-7759-4314-aa2e-fd1262f248b0" 18 19 [compat] 20 Clustering = "0.15.8" 21 DataFrames = "1.6" 22 Distances = "0.10.12" 23 Distributions = "0.25.120" 24 GLM = "1.9.0" 25 LinearAlgebra = "1.11.0" 26 OnlineStats = "1.7.1" 27 OnlineTechnicalIndicators = "0.1.0" 28 Statistics = "1.11.1" 29 StatsBase = "0.34.5" 30 31 [extras] 32 DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" 33 Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" 34 35 [targets] 36 test = ["Test", "DataFrames"]