From 014e1115b89a5d0ea3ace405ac3a17ceb7c63260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20M=C3=B8yner?= Date: Mon, 29 Jan 2024 10:58:29 +0100 Subject: [PATCH] Lower DelimitedFiles compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 14ad681..f43fdad 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] julia = "1.6" -DelimitedFiles = "1.9.1" +DelimitedFiles = "1.6.7" Jutul = "0.2.20" LinearAlgebra = "1" OrderedCollections = "1.6.2"