From 2c4e7a61a943c814d77454570d9d96ed1a6c471d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 3 Jun 2023 01:02:50 +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 6d2e0b1..0474a99 100644 --- a/Project.toml +++ b/Project.toml @@ -17,6 +17,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] CompactBasisFunctions = "0.2" +DelimitedFiles = "1" GenericLinearAlgebra = "0.2, 0.3" GeometricBase = "0.4, 0.5, 0.6" Polynomials = "1, 2, 3"