From bd213278bd5c70208d50a3cc9a8bed47e16be468 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 30 Jul 2024 00:57:25 +0000 Subject: [PATCH] CompatHelper: bump compat for DataInterpolations in [weakdeps] to 6, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 555af74..ba5f964 100644 --- a/Project.toml +++ b/Project.toml @@ -41,7 +41,7 @@ Artifacts = "1.10" ChainRulesCore = "1.24" ComponentArrays = "0.15.13" ConcreteStructs = "0.2.3" -DataInterpolations = "< 5.3" +DataInterpolations = "< 5.3, 6" ExplicitImports = "1.9" ForwardDiff = "0.10.36" GPUArraysCore = "0.1.6"