From 1022a5dd9b4b8721040398de8db2824a70e41c51 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 9 Jan 2025 00:10:13 +0000 Subject: [PATCH] CompatHelper: bump compat for DataInterpolations to 7, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f425456..1aab08b 100644 --- a/Project.toml +++ b/Project.toml @@ -52,7 +52,7 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" [compat] CSV = "0.7, 0.8, 0.9.11, 0.10" DataFrames = "0.20, 0.21, 0.22, 0.23, 0.24, 1, 1.1" -DataInterpolations = "4.5, 5" +DataInterpolations = "4.5, 5, 7" EchelleCCFs = "0.2.8" EchelleInstruments = "0.2.10" FileIO = "1.4"