From f3e21677013c4d3ba5e609a0f247cc152b8b1fe8 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Tue, 7 Nov 2023 07:41:28 +0100 Subject: [PATCH 1/3] add comapt bounds for stdlibs --- Project.toml | 3 +++ docs/Project.toml | 1 + test/Project.toml | 5 +++++ 3 files changed, 9 insertions(+) diff --git a/Project.toml b/Project.toml index f19f7fdecc3..71af5c007f7 100644 --- a/Project.toml +++ b/Project.toml @@ -58,6 +58,7 @@ FillArrays = "0.13.2, 1" ForwardDiff = "0.10.18" HDF5 = "0.14, 0.15, 0.16, 0.17" IfElse = "0.1" +LinearAlgebra = "1.8" LinearMaps = "2.7, 3.0" LoopVectorization = "0.12.118" MPI = "0.20" @@ -68,12 +69,14 @@ OffsetArrays = "1.3" P4est = "0.4" Polyester = "0.7.5" PrecompileTools = "1.1" +Printf = "1.8" RecipesBase = "1.1" Reexport = "1.0" Requires = "1.1" SciMLBase = "1.90, 2" Setfield = "0.8, 1" SimpleUnPack = "1.1" +SparseArrays = "1.8" StartUpDG = "0.17" Static = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8" StaticArrayInterface = "1.4" diff --git a/docs/Project.toml b/docs/Project.toml index ffa86e0b9f7..0816dc7dc9e 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -21,4 +21,5 @@ Literate = "2.9" Measurements = "2.5" OrdinaryDiffEq = "6.49.1" Plots = "1.9" +Test = "1.8" Trixi2Vtk = "0.3" diff --git a/test/Project.toml b/test/Project.toml index c45be49a5d0..f4608740f9d 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -17,11 +17,16 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Aqua = "0.7" BSON = "0.3.3" CairoMakie = "0.6, 0.7, 0.8, 0.9, 0.10" +Downloads = "1.6" Flux = "0.13.15, 0.14" ForwardDiff = "0.10" +LinearAlgebra = "1.8" MPI = "0.20" OrdinaryDiffEq = "6.49.1" Plots = "1.16" +Printf = "1.8" +Random = "1.8" +Test = "1.8" [preferences.OrdinaryDiffEq] PrecompileAutoSpecialize = false From 8bd9d30afedf8be2aa117e0404f7fd8bb9ba6ba4 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Tue, 7 Nov 2023 08:30:37 +0100 Subject: [PATCH 2/3] set compat bounds of stdlibs to v1 --- Project.toml | 2 +- docs/Project.toml | 2 +- test/Project.toml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Project.toml b/Project.toml index 71af5c007f7..42ffb8fac00 100644 --- a/Project.toml +++ b/Project.toml @@ -58,7 +58,7 @@ FillArrays = "0.13.2, 1" ForwardDiff = "0.10.18" HDF5 = "0.14, 0.15, 0.16, 0.17" IfElse = "0.1" -LinearAlgebra = "1.8" +LinearAlgebra = "1" LinearMaps = "2.7, 3.0" LoopVectorization = "0.12.118" MPI = "0.20" diff --git a/docs/Project.toml b/docs/Project.toml index 0816dc7dc9e..3a091f5b4f1 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -21,5 +21,5 @@ Literate = "2.9" Measurements = "2.5" OrdinaryDiffEq = "6.49.1" Plots = "1.9" -Test = "1.8" +Test = "1" Trixi2Vtk = "0.3" diff --git a/test/Project.toml b/test/Project.toml index f4608740f9d..83b431e269b 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -17,16 +17,16 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Aqua = "0.7" BSON = "0.3.3" CairoMakie = "0.6, 0.7, 0.8, 0.9, 0.10" -Downloads = "1.6" +Downloads = "1" Flux = "0.13.15, 0.14" ForwardDiff = "0.10" -LinearAlgebra = "1.8" +LinearAlgebra = "1" MPI = "0.20" OrdinaryDiffEq = "6.49.1" Plots = "1.16" -Printf = "1.8" -Random = "1.8" -Test = "1.8" +Printf = "1" +Random = "1" +Test = "1" [preferences.OrdinaryDiffEq] PrecompileAutoSpecialize = false From ed2bfc9e4679e196907570d309a0952df2a03fa4 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Tue, 7 Nov 2023 08:31:32 +0100 Subject: [PATCH 3/3] set compat bounds for stdlibs to v1 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 42ffb8fac00..497f4a1add7 100644 --- a/Project.toml +++ b/Project.toml @@ -69,14 +69,14 @@ OffsetArrays = "1.3" P4est = "0.4" Polyester = "0.7.5" PrecompileTools = "1.1" -Printf = "1.8" +Printf = "1" RecipesBase = "1.1" Reexport = "1.0" Requires = "1.1" SciMLBase = "1.90, 2" Setfield = "0.8, 1" SimpleUnPack = "1.1" -SparseArrays = "1.8" +SparseArrays = "1" StartUpDG = "0.17" Static = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8" StaticArrayInterface = "1.4"