From df97de3f52fa7f9bd1b7453138489612c3feecf4 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Sat, 5 Oct 2024 08:38:18 -0400 Subject: [PATCH] chore: test latest DataInterpolations --- Project.toml | 4 ++-- test/Project.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 84814c5..814c33b 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.0.0" +version = "1.0.1" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -50,7 +50,7 @@ Artifacts = "1.10" ChainRulesCore = "1.24" Compat = "4.15" ConcreteStructs = "0.2.3" -DataInterpolations = "< 5.3" +DataInterpolations = "6.4" DynamicExpressions = "0.16, 0.17, 0.18, 0.19" ForwardDiff = "0.10.36" Functors = "0.4.12" diff --git a/test/Project.toml b/test/Project.toml index ae4da80..bc5e3cd 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -30,7 +30,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" Aqua = "0.8.7" Bumper = "0.6, 0.7" ComponentArrays = "0.15.16" -DataInterpolations = "< 5.3" +DataInterpolations = "6.4" Downloads = "1.6" DynamicExpressions = "0.16, 0.17, 0.18, 0.19" Enzyme = "0.12"