From 6a7a78714b327ee20eacbcf70f5506566396c573 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 7 Aug 2024 00:46:10 +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 e09189c39..559e5ecdf 100644 --- a/Project.toml +++ b/Project.toml @@ -34,6 +34,7 @@ WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192" Adapt = "3, 4" CSV = "0.10" DataFrames = "1.6" +DelimitedFiles = "1" DiffEqCallbacks = "2.25, 3" FastPow = "0.1" FileIO = "1"