From 915c963a80758a45cb82cf696fc32e2f06894e6e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 28 Jun 2026 03:01:22 +0000 Subject: [PATCH] CompatHelper: bump compat for DataInterpolations in [weakdeps] to 9, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 0712aecc..c48c6614 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Boltz" uuid = "4544d5e4-abc5-4dea-817f-29e4c205d9c8" -authors = ["Avik Pal and contributors"] version = "1.7.1" +authors = ["Avik Pal and contributors"] [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -62,7 +62,7 @@ Artifacts = "1.10, 1" ChainRulesCore = "1.25.1" Compat = "4.16" ConcreteStructs = "0.2.3" -DataInterpolations = "8" +DataInterpolations = "8, 9" Downloads = "1.6.0" DynamicExpressions = "1.10, 2" Enzyme = "0.13.46"