From 3559a54127fa543413d21e5732bfa5e9e94ee50c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 5 Jun 2026 02:04:22 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for Parameters to 0.13, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d5c21a56a..3de78f9bb 100644 --- a/Project.toml +++ b/Project.toml @@ -67,7 +67,7 @@ LightXML = "0.9" LinearAlgebra = "<0.0.1, 1" OrderedCollections = "1.1" ParallelProcessingTools = "0.4" -Parameters = "0.12" +Parameters = "0.12, 0.13" PolygonOps = "0.1.1" Polynomials = "2, 3, 4" ProgressMeter = "1.5" From d3692e685198772945177f27478b957e166a12e8 Mon Sep 17 00:00:00 2001 From: Felix Hagemann Date: Mon, 15 Jun 2026 09:20:45 -0700 Subject: [PATCH 2/2] Skipping Parameters@0.13.0 (is not registered) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 3de78f9bb..dc2261f18 100644 --- a/Project.toml +++ b/Project.toml @@ -67,7 +67,7 @@ LightXML = "0.9" LinearAlgebra = "<0.0.1, 1" OrderedCollections = "1.1" ParallelProcessingTools = "0.4" -Parameters = "0.12, 0.13" +Parameters = "0.12, 0.13.1" PolygonOps = "0.1.1" Polynomials = "2, 3, 4" ProgressMeter = "1.5"