From f035be720fcee898d9991348f70bcb8a4a3f0e74 Mon Sep 17 00:00:00 2001 From: meudnaes Date: Mon, 24 Jun 2024 11:39:18 +0200 Subject: [PATCH] [ORG] updating compat --- Project.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index b27618f..40b6946 100644 --- a/Project.toml +++ b/Project.toml @@ -12,10 +12,11 @@ OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881" Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" [compat] -DelimitedFiles = "1" +DelimitedFiles = "^1.9" FortranFiles = "0.6" -OffsetArrays = "1" -Interpolations = "0.15" +OffsetArrays = "^1.14" +Interpolations = "^0.15" +julia = "^1.9" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"