From 73e10b3ae9531a4785d73ed85166d62ff781339d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 16 May 2025 01:40:14 +0000 Subject: [PATCH] CompatHelper: bump compat for Interpolations in [weakdeps] to 0.16, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ade3d71f..ce087d9f 100644 --- a/Project.toml +++ b/Project.toml @@ -82,7 +82,7 @@ FiniteDifferences = "0.12" Flux = "0.14, 0.15, 0.16" FunctionalStateMachine = "0.2.9, 0.3" Gadfly = "1" -Interpolations = "0.15" +Interpolations = "0.15, 0.16" JSON3 = "1" KernelDensityEstimate = "0.5.6" LinearAlgebra = "1.10"