From 84ad53b7eb74a88194cef1291545d47c5f50f6df Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 15 Feb 2025 00:42:09 +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 c0e5e90..faac017 100644 --- a/Project.toml +++ b/Project.toml @@ -17,5 +17,6 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" ArnoldiMethod = "0.2" Colors = "0.12" Compose = "0.9" +DelimitedFiles = "1" Graphs = "1.4" julia = "1.6"