From 00fa42992e4b5d97f378741bf5e129605a25b3ce Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Tue, 21 Jul 2026 19:34:21 -0400 Subject: [PATCH] Require SciMLTesting 2.4 Co-Authored-By: Chris Rackauckas --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 16f0b21d6d..6146cce92d 100644 --- a/Project.toml +++ b/Project.toml @@ -138,7 +138,7 @@ ReferenceTests = "0.10" SafeTestsets = "0.1" SciCompDSL = "1" SciMLStructures = "1" -SciMLTesting = "1, 2.1" +SciMLTesting = "2.4" SpecialFunctions = "2" StableRNGs = "1" Statistics = "1"