From 9c3f8804d6968726ccdb17973ce4bbee4a0a0b2c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 22 Mar 2023 01:02:27 +0000 Subject: [PATCH] CompatHelper: add new compat entry for DataInterpolations at version 4, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 9650217..794dd37 100644 --- a/Project.toml +++ b/Project.toml @@ -52,6 +52,7 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" [compat] CSV = "0.7, 0.8, 0.9.11" DataFrames = "0.20, 0.21, 0.22, 0.23, 0.24, 1, 1.1" +DataInterpolations = "4" EchelleCCFs = ">=0.2.6" EchelleInstruments = ">=0.2.7" FileIO = "1.4"