From baa3cc493321dc5953ec10284ade6e431b4367bb Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sat, 23 Dec 2023 06:59:54 -0500 Subject: [PATCH 1/3] Fix downgrade CI --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 00c636d0e..d58a8a170 100644 --- a/Project.toml +++ b/Project.toml @@ -81,7 +81,7 @@ Pkg = "1" PrecompileTools = "1.2" Printf = "<0.0.1, 1" Random = "<0.0.1, 1" -RecursiveArrayTools = "3.0" +RecursiveArrayTools = "3.2" Reexport = "1.2" SafeTestsets = "0.1" SciMLBase = "2.11" From 29d60680e5a3a83cd3d708233b1a471d05a765a7 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sat, 23 Dec 2023 07:34:29 -0500 Subject: [PATCH 2/3] Update Project.toml --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index d58a8a170..fa5d0bbef 100644 --- a/Project.toml +++ b/Project.toml @@ -54,7 +54,7 @@ NonlinearSolveZygoteExt = "Zygote" [compat] ADTypes = "0.2.5" Aqua = "0.8" -ArrayInterface = "7.6" +ArrayInterface = "7.7" BandedMatrices = "1.3" BenchmarkTools = "1" ConcreteStructs = "0.2" @@ -79,15 +79,15 @@ NonlinearProblemLibrary = "0.1.1" OrdinaryDiffEq = "6" Pkg = "1" PrecompileTools = "1.2" -Printf = "<0.0.1, 1" -Random = "<0.0.1, 1" +Printf = "1.9" +Random = "1.91" RecursiveArrayTools = "3.2" Reexport = "1.2" SafeTestsets = "0.1" SciMLBase = "2.11" SciMLOperators = "0.3.7" SimpleNonlinearSolve = "1.0.2" -SparseArrays = "<0.0.1, 1" +SparseArrays = "1.9" SparseDiffTools = "2.14" SpeedMapping = "0.3" StableRNGs = "1" From 6fc34e31749294ab1d373e19c516ac866ffefab8 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sat, 23 Dec 2023 07:47:15 -0500 Subject: [PATCH 3/3] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index fa5d0bbef..2a647bd58 100644 --- a/Project.toml +++ b/Project.toml @@ -76,7 +76,7 @@ MaybeInplace = "0.1.1" NLsolve = "4.5" NaNMath = "1" NonlinearProblemLibrary = "0.1.1" -OrdinaryDiffEq = "6" +OrdinaryDiffEq = "6.63" Pkg = "1" PrecompileTools = "1.2" Printf = "1.9"