From 265c516fc7c2d14938f9f192bff55651777cbfc0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 3 Jun 2023 01:46:56 +0000 Subject: [PATCH] CompatHelper: add new compat entry for DelimitedFiles at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index f6ed3ec..1328e34 100644 --- a/Project.toml +++ b/Project.toml @@ -19,5 +19,6 @@ ArnoldiMethod = "0.0.4, 0.1, 0.2" ColorTypes = "0.9, 0.10, 0.11" Colors = "0.11, 0.12" Compose = "0.8, 0.9" +DelimitedFiles = "1" Graphs = "1.4" julia = "1.3"