From 04fcd7527638c3de3d4cab68675e2715605bfd10 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 23 Aug 2023 00:51:06 +0000 Subject: [PATCH] CompatHelper: add new compat entry for DelimitedFiles at version 1, (keep existing compat) --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 75f2043..bf17840 100644 --- a/Project.toml +++ b/Project.toml @@ -15,9 +15,10 @@ PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a" [compat] Combinatorics = "1.0" +DelimitedFiles = "1" GLPK = "1.1" HiGHS = "1.5" Ipopt = "1.2" JuMP = "1.9" -julia = "1.8" PrecompileTools = "1" +julia = "1.8"