From b31af9687e6a337d7ed8dc9fe1a5351dd3bef623 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 16 Feb 2025 00:44:45 +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 c91065e..881789c 100644 --- a/Project.toml +++ b/Project.toml @@ -17,5 +17,6 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" ArnoldiMethod = "0.4" Colors = "0.12, 0.13" Compose = "0.9" +DelimitedFiles = "1" Graphs = "1.4" julia = "1.6"