From c08738980ca65b1ed376b3c814b4258fbae84880 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Mon, 17 Nov 2025 10:50:09 +0100 Subject: [PATCH 1/8] Fix Downgrade CI by requiring UnicodePlots version 3 for tests --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index f4c7cc90..56d8c37b 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -11,4 +11,4 @@ Aqua = "0.8" LaTeXStrings = "1" Plots = "1" StaticArrays = "1.3" -UnicodePlots = "2, 3" +UnicodePlots = "3" From e5a70202f13f5ab3c1b0f534d7a7abc72058c6e9 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Mon, 17 Nov 2025 10:52:31 +0100 Subject: [PATCH 2/8] set allow_reresolve to false for Downgrade --- .github/workflows/Downgrade.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index b409a6f4..d016918b 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -28,4 +28,4 @@ jobs: - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 with: - ALLOW_RERESOLVE: false \ No newline at end of file + allow_reresolve: false \ No newline at end of file From 3b2d82b50e528ce16d54c5c21c6b53bdb0faf0b4 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Mon, 17 Nov 2025 11:09:52 +0100 Subject: [PATCH 3/8] require newer versions of LaTeXStrings.jl and Plots.jl --- Project.toml | 4 ++-- test/Project.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index bf55649d..1358498f 100644 --- a/Project.toml +++ b/Project.toml @@ -17,10 +17,10 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" PlotsExt = "Plots" [compat] -LaTeXStrings = "1" +LaTeXStrings = "1.1" Latexify = "0.15, 0.16" LinearAlgebra = "1" -Plots = "1" +Plots = "1.35.3" Preferences = "1.3" RecipesBase = "1" julia = "1.10" diff --git a/test/Project.toml b/test/Project.toml index 56d8c37b..3d699c1f 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -8,7 +8,7 @@ UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228" [compat] Aqua = "0.8" -LaTeXStrings = "1" -Plots = "1" +LaTeXStrings = "1.1" +Plots = "1.35.3" StaticArrays = "1.3" UnicodePlots = "3" From 666076e07fde9f3ce8ff79de09a7435349582671 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Mon, 17 Nov 2025 11:13:26 +0100 Subject: [PATCH 4/8] Require RecibesBase.jl v1.2 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1358498f..aecc23cf 100644 --- a/Project.toml +++ b/Project.toml @@ -22,7 +22,7 @@ Latexify = "0.15, 0.16" LinearAlgebra = "1" Plots = "1.35.3" Preferences = "1.3" -RecipesBase = "1" +RecipesBase = "1.2" julia = "1.10" [extras] From 1905f2fbcf5905e5e3d04a4936e3b22c374015db Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Mon, 17 Nov 2025 11:22:06 +0100 Subject: [PATCH 5/8] update Plots.jl and RecipesBase.jl --- Project.toml | 4 ++-- test/Project.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index aecc23cf..ee80ea70 100644 --- a/Project.toml +++ b/Project.toml @@ -20,9 +20,9 @@ PlotsExt = "Plots" LaTeXStrings = "1.1" Latexify = "0.15, 0.16" LinearAlgebra = "1" -Plots = "1.35.3" +Plots = "1.39" Preferences = "1.3" -RecipesBase = "1.2" +RecipesBase = "1.3.1" julia = "1.10" [extras] diff --git a/test/Project.toml b/test/Project.toml index 3d699c1f..b9e54b66 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -9,6 +9,6 @@ UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228" [compat] Aqua = "0.8" LaTeXStrings = "1.1" -Plots = "1.35.3" +Plots = "1.39" StaticArrays = "1.3" UnicodePlots = "3" From 2b9fe47c252b26b909d9f0f0bde67b963940e4d0 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Mon, 17 Nov 2025 11:24:48 +0100 Subject: [PATCH 6/8] reuire new version of Latexify.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ee80ea70..f4f1a239 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ PlotsExt = "Plots" [compat] LaTeXStrings = "1.1" -Latexify = "0.15, 0.16" +Latexify = "0.16" LinearAlgebra = "1" Plots = "1.39" Preferences = "1.3" From 1fcf42c15ef1fb025b5cece2bdcb8456bdaebfda Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Mon, 17 Nov 2025 11:27:52 +0100 Subject: [PATCH 7/8] require new version of Latexify.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f4f1a239..88c5bb77 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ PlotsExt = "Plots" [compat] LaTeXStrings = "1.1" -Latexify = "0.16" +Latexify = "0.16.8" LinearAlgebra = "1" Plots = "1.39" Preferences = "1.3" From 969e505852a93d703075ee70edff2549f53aecbc Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Mon, 17 Nov 2025 11:32:37 +0100 Subject: [PATCH 8/8] bump LaTeXStrings.jl --- Project.toml | 2 +- test/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 88c5bb77..84630e9d 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" PlotsExt = "Plots" [compat] -LaTeXStrings = "1.1" +LaTeXStrings = "1.2" Latexify = "0.16.8" LinearAlgebra = "1" Plots = "1.39" diff --git a/test/Project.toml b/test/Project.toml index b9e54b66..1aeb51f6 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -8,7 +8,7 @@ UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228" [compat] Aqua = "0.8" -LaTeXStrings = "1.1" +LaTeXStrings = "1.2" Plots = "1.39" StaticArrays = "1.3" UnicodePlots = "3"