From f020a020033ed736cf2fd73c54115889acf683f9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 4 Oct 2025 00:15:49 +0000 Subject: [PATCH 1/5] CompatHelper: bump compat for JSON to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9af78f7..d3ad437 100644 --- a/Project.toml +++ b/Project.toml @@ -49,7 +49,7 @@ Images = "0.26.1" InferOpt = "0.7.0" Ipopt = "1.6" IterTools = "1.10.0" -JSON = "0.21.4" +JSON = "0.21.4, 1" JuMP = "1.22" LaTeXStrings = "1.4.0" LinearAlgebra = "1" From 46fcdf966321a49064d889395a319996b3c46031 Mon Sep 17 00:00:00 2001 From: BatyLeo Date: Mon, 8 Dec 2025 13:03:02 +0100 Subject: [PATCH 2/5] Bump JSON compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index dbe71ed..1fe77f2 100644 --- a/Project.toml +++ b/Project.toml @@ -52,7 +52,7 @@ Images = "0.26.1" InferOpt = "0.7.0" Ipopt = "1.6" IterTools = "1.10.0" -JSON = "0.21.4, 1" +JSON = "1" JuMP = "1.22" LaTeXStrings = "1.4.0" LinearAlgebra = "1" From 7b587185e1fa68f2eccaff1686834da46ae4ff14 Mon Sep 17 00:00:00 2001 From: BatyLeo Date: Mon, 8 Dec 2025 14:09:42 +0100 Subject: [PATCH 3/5] Try to fix compat bugs --- .gitignore | 2 +- Project.toml | 2 +- test/Project.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ba6b500..a388caf 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,4 @@ docs/site/ # It records a fixed state of all packages used by the project. As such, it should not be # committed for packages, but should be committed for applications that require a static # environment. -Manifest.toml +Manifest*.toml diff --git a/Project.toml b/Project.toml index 1fe77f2..85e6211 100644 --- a/Project.toml +++ b/Project.toml @@ -45,7 +45,7 @@ DataDeps = "0.7" Distributions = "0.25" DocStringExtensions = "0.9" FileIO = "1.17.0" -Flux = "0.14, 0.15, 0.16" +Flux = "0.16" Graphs = "1.11" HiGHS = "1.9" Images = "0.26.1" diff --git a/test/Project.toml b/test/Project.toml index a839e2e..85cd19c 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -22,6 +22,6 @@ DecisionFocusedLearningBenchmarks = {path = ".."} [compat] Aqua = "0.8.14" -JET = "0.9, 0.10, 0.11" +JET = "0.9, 0.10" JuliaFormatter = "1" Test = "1" From ab591d3f160b020674aaaca79c14a2a3acb43cc9 Mon Sep 17 00:00:00 2001 From: BatyLeo Date: Mon, 8 Dec 2025 14:40:52 +0100 Subject: [PATCH 4/5] try again --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 85cd19c..0078f9a 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -22,6 +22,6 @@ DecisionFocusedLearningBenchmarks = {path = ".."} [compat] Aqua = "0.8.14" -JET = "0.9, 0.10" +JET = "0.9" JuliaFormatter = "1" Test = "1" From eac4c664bc338a076eb6b40738349384cf1acfd3 Mon Sep 17 00:00:00 2001 From: BatyLeo Date: Mon, 8 Dec 2025 17:12:26 +0100 Subject: [PATCH 5/5] Try again --- test/Project.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 0078f9a..c50fef3 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -22,6 +22,5 @@ DecisionFocusedLearningBenchmarks = {path = ".."} [compat] Aqua = "0.8.14" -JET = "0.9" JuliaFormatter = "1" Test = "1"