From fd200938b02841a39f55889f64662e67e690dead Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 7 Jul 2026 04:13:06 +0000 Subject: [PATCH] CompatHelper: bump compat for OptimKit to 0.5 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index c291fc0..0c64355 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -35,7 +35,7 @@ KrylovKit = "0.9.5, 0.10" LinearAlgebra = "1.10" NDTensors = "0.4.4" Observers = "0.2.5" -OptimKit = "0.4" +OptimKit = "0.4, 0.5" Random = "1.10" SafeTestsets = "0.1" StableRNGs = "1.0.2"