From a070c9fd5c70f18c02e24e239699f2caa2633081 Mon Sep 17 00:00:00 2001 From: monty Date: Thu, 10 Aug 2023 11:55:38 -0600 Subject: [PATCH] DelimitedFiles --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 252dfe1..3bbf63c 100644 --- a/Project.toml +++ b/Project.toml @@ -15,6 +15,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] LIBLINEAR = "0.6, 0.7" DocumentFunction = "1" +DelimitedFiles = "1" Suppressor = "0.2, 0.3" libsvm_jll = "3" julia = "1.9"