From 3c7a273b078fc8206e57fd67df2ae711643eb407 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Mon, 20 Jul 2026 05:10:21 -0400 Subject: [PATCH] Require LoggingExtras 1 Co-Authored-By: Chris Rackauckas --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 79a4b5161..dc8198381 100644 --- a/Project.toml +++ b/Project.toml @@ -41,7 +41,7 @@ IterTools = "1.3" LinearAlgebra = "1.10" LinearSolve = "3.64.0" Logging = "1.10" -LoggingExtras = "0.4, 1" +LoggingExtras = "1" Lux = "1.12.4" MLUtils = "0.4" ModelingToolkit = "11"