diff --git a/Project.toml b/Project.toml index 851e462..b141fd2 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ CSV = "0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10" DataFrames = "0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1" FLoops = "0.1, 0.2" GR = "0.72, 0.73" -Impute = "0.5, 0.6" +Impute = "0.5, 0.6, 0.7" MLDataUtils = "0.2, 0.3, 0.4, 0.5" MultivariateStats = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10" Pkg = "1" @@ -52,12 +52,4 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] -test = [ - "Dates", - "Test", - "DataFrames", - "Random", - "StatsBase", - "Statistics", - "Plots", -] +test = ["Dates", "Test", "DataFrames", "Random", "StatsBase", "Statistics", "Plots"]