From c24dd76dcc91124162db1ef3b3f1de770b34e5be Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 29 Jun 2026 14:22:35 +0000 Subject: [PATCH] CompatHelper: bump compat for DataInterpolations to 9, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d0c1a9881..17d818a1d 100644 --- a/Project.toml +++ b/Project.toml @@ -56,7 +56,7 @@ vSmartMOMMetalExt = "Metal" AtmosphericAbsorption = "0.1.0" CUDA = "5.5, 6" CanopyOptics = "0.2" -DataInterpolations = "8" +DataInterpolations = "8, 9" Dates = "1" DelimitedFiles = "1" DiffResults = "1.0"