diff --git a/Project.toml b/Project.toml index a8cd3ff..63b4a70 100644 --- a/Project.toml +++ b/Project.toml @@ -31,6 +31,7 @@ Distributions = "0.25" InteractiveUtils = "<0.0.1, 1" IsURL = "0.2.0" LearnAPI = "0.2.0" +LearnDataFrontEnds = "0.1" LinearAlgebra = "<0.0.1, 1" MLCore = "1.0.0" MacroTools = "0.5" @@ -55,12 +56,4 @@ StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d" Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" [targets] -test = [ - "DataFrames", - "Distributions", - "Random", - "LinearAlgebra", - "Statistics", - "StatsModels", - "Tables", - ] +test = ["DataFrames", "Distributions", "Random", "LinearAlgebra", "Statistics", "StatsModels", "Tables"]