From b55f739adc228cc3e31439e2feb600855eb1428f Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Mon, 20 Jul 2026 09:57:25 -0400 Subject: [PATCH] Require SciMLTesting 1.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 3c4ea22627..fc4de76c44 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 = "1.2, 2.1" SpecialFunctions = "2" StableRNGs = "1" Statistics = "1"