From c2630d87594931a0a26abf3b8fd2e08972f09e7d Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Fri, 17 Jul 2026 04:45:53 -0400 Subject: [PATCH] Raise HAdaptiveIntegration minimum to 0.2.2 Co-Authored-By: Chris Rackauckas --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9f7dfd26..261987d1 100644 --- a/Project.toml +++ b/Project.toml @@ -56,7 +56,7 @@ Distributions = "0.25.87" FastGaussQuadrature = "0.5,1" FastTanhSinhQuadrature = "2.1" ForwardDiff = "0.10.36, 1" -HAdaptiveIntegration = "0.2, 1.0" +HAdaptiveIntegration = "0.2.2, 1.0" HCubature = "1.7" LinearAlgebra = "1.10" MCIntegration = "0.4.2"