Skip to content

Commit 18993e6

Browse files
Fix downgrade tests
1 parent 4ae034d commit 18993e6

File tree

21 files changed

+60
-72
lines changed

21 files changed

+60
-72
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ ADTypes = "1.16"
110110
Adapt = "4.3"
111111
ArrayInterface = "7.19"
112112
CommonSolve = "0.2.4"
113-
DataStructures = "0.18.22, 0.19"
113+
DataStructures = "0.19"
114114
DiffEqBase = "6.194"
115115
DocStringExtensions = "0.9.5"
116116
EnumX = "1.0.5"
@@ -165,11 +165,11 @@ OrdinaryDiffEqVerner = "1.5.0"
165165
Polyester = "0.7.18"
166166
PreallocationTools = "0.4.31, 1"
167167
PrecompileTools = "1.2.1"
168-
Preferences = "1.4.3"
168+
Preferences = "1.5"
169169
RecursiveArrayTools = "3.36"
170170
Reexport = "1.2.2"
171-
SciMLBase = "2.116"
172-
SciMLOperators = "1.8"
171+
SciMLBase = "2.128"
172+
SciMLOperators = "1.15"
173173
SciMLStructures = "1.7"
174174
SimpleNonlinearSolve = "2.7"
175175
Static = "1.2"

lib/OrdinaryDiffEqBDF/Project.toml

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ OrdinaryDiffEqSDIRK = "2d112036-d095-4a1e-ab9a-08536f3ecdbf"
1313
TruncatedStacktraces = "781d530d-4396-4725-bb49-402e4bee1e77"
1414
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1515
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
16-
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
1716
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
17+
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
1818
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
1919
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2020
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -31,9 +31,9 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3131
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
3232
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
3333
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
34+
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
3435
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
3536
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
36-
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
3737
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
3838
ODEProblemLibrary = "fdc4e326-1af4-4b90-96e7-779fcce2daa5"
3939
AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a"
@@ -47,44 +47,32 @@ Test = "<0.0.1, 1"
4747
FastBroadcast = "0.3"
4848
Random = "<0.0.1, 1"
4949
DiffEqDevTools = "2.44.4"
50-
DifferentiationInterface = "0.6.54, 0.7"
5150
MuladdMacro = "0.2"
52-
LinearSolve = "3.46"
51+
DifferentiationInterface = "0.6.54, 0.7"
52+
LinearSolve = "3.54"
5353
PrecompileTools = "1.2, 1.3"
5454
LinearAlgebra = "1.10"
5555
OrdinaryDiffEqDifferentiation = "2"
5656
OrdinaryDiffEqSDIRK = "1.6.0"
5757
TruncatedStacktraces = "1.4"
58-
SciMLBase = "2.116"
58+
SciMLBase = "2.128"
5959
OrdinaryDiffEqCore = "3.4"
6060
Aqua = "0.8.11"
6161
ArrayInterface = "7.19"
6262
Enzyme = "0.13"
63-
Preferences = "1.4"
63+
Preferences = "1.5"
6464
MacroTools = "0.5.6"
6565
JET = "0.9, 0.11"
66-
StaticArrays = "1.9"
66+
StaticArrays = "1.9.7"
6767
julia = "1.10"
6868
ADTypes = "1.16"
6969
RecursiveArrayTools = "3.36"
7070
ODEProblemLibrary = "1"
7171
OrdinaryDiffEqNonlinearSolve = "1.16.0"
7272
AllocCheck = "0.2"
7373
DiffEqBase = "6.194"
74-
Reexport = "1.2"
74+
Reexport = "1.2.2"
7575
SafeTestsets = "0.1.0"
7676

7777
[targets]
7878
test = ["DiffEqDevTools", "DifferentiationInterface", "ForwardDiff", "Random", "SafeTestsets", "Test", "ODEProblemLibrary", "NonlinearSolve", "Enzyme", "LinearSolve", "Pkg", "JET", "Aqua", "AllocCheck"]
79-
80-
[sources.OrdinaryDiffEqSDIRK]
81-
path = "../OrdinaryDiffEqSDIRK"
82-
83-
[sources.OrdinaryDiffEqDifferentiation]
84-
path = "../OrdinaryDiffEqDifferentiation"
85-
86-
[sources.OrdinaryDiffEqNonlinearSolve]
87-
path = "../OrdinaryDiffEqNonlinearSolve"
88-
89-
[sources.OrdinaryDiffEqCore]
90-
path = "../OrdinaryDiffEqCore"

lib/OrdinaryDiffEqCore/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Static = "1.2"
7979
Aqua = "0.8.11"
8080
DocStringExtensions = "0.9"
8181
ArrayInterface = "7.19"
82-
Preferences = "1.4"
82+
Preferences = "1.5"
8383
SymbolicIndexingInterface = "0.3.31"
8484
MacroTools = "0.5.6"
8585
JET = "0.9, 0.11"

lib/OrdinaryDiffEqDefault/Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,22 @@ Random = "<0.0.1, 1"
3939
DiffEqDevTools = "2.44.4"
4040
OrdinaryDiffEqBDF = "1.9.0"
4141
OrdinaryDiffEqVerner = "1.5.0"
42-
LinearSolve = "3.46"
42+
LinearSolve = "3.54"
4343
PrecompileTools = "1.2, 1.3"
4444
EnumX = "1.0"
4545
LinearAlgebra = "1.10"
46-
SciMLBase = "2.116"
46+
SciMLBase = "2.128"
4747
OrdinaryDiffEqCore = "3"
4848
SparseArrays = "1.10"
4949
Aqua = "0.8.11"
50-
Preferences = "1.4"
50+
Preferences = "1.5"
5151
StaticArrays = "1.9"
5252
julia = "1.10"
5353
JET = "0.9, 0.11"
5454
ADTypes = "1.16"
5555
OrdinaryDiffEqRosenbrock = "1.15.1"
5656
DiffEqBase = "6.194"
57-
Reexport = "1.2"
57+
Reexport = "1.2.2"
5858
SafeTestsets = "0.1.0"
5959
AllocCheck = "0.2"
6060

lib/OrdinaryDiffEqDifferentiation/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ DifferentiationInterface = "0.6.54, 0.7"
2020
LinearSolve = "3.54"
2121
ConstructionBase = "1.5.8"
2222
LinearAlgebra = "1.10"
23-
SciMLBase = "2.116"
23+
SciMLBase = "2.128"
2424
OrdinaryDiffEqCore = "3"
2525
SparseArrays = "1.10"
2626
ConcreteStructs = "0.2"
2727
Aqua = "0.8.11"
2828
ArrayInterface = "7.19"
29-
StaticArrays = "1.9"
30-
SparseMatrixColorings = "0.4.14"
29+
StaticArrays = "1.9.7"
30+
SparseMatrixColorings = "0.4.23"
3131
julia = "1.10"
3232
ADTypes = "1.16"
3333
JET = "0.9, 0.11"

lib/OrdinaryDiffEqExponentialRK/Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,22 @@ Random = "<0.0.1, 1"
4040
DiffEqDevTools = "2.44.4"
4141
MuladdMacro = "0.2"
4242
OrdinaryDiffEqVerner = "1.5.0"
43-
LinearSolve = "3.46"
43+
LinearSolve = "3.54"
4444
ExponentialUtilities = "1.27"
4545
LinearAlgebra = "1.10"
4646
OrdinaryDiffEqDifferentiation = "2"
4747
OrdinaryDiffEqSDIRK = "1.6.0"
48-
SciMLBase = "2.116"
48+
SciMLBase = "2.128"
4949
OrdinaryDiffEqCore = "3"
5050
SparseArrays = "1.10"
5151
Aqua = "0.8.11"
5252
julia = "1.10"
5353
JET = "0.9, 0.11"
5454
ADTypes = "1.16"
55-
RecursiveArrayTools = "3.36"
55+
RecursiveArrayTools = "3.37"
5656
AllocCheck = "0.2"
5757
DiffEqBase = "6.194"
58-
Reexport = "1.2"
58+
Reexport = "1.2.2"
5959
SafeTestsets = "0.1.0"
6060

6161
[targets]

lib/OrdinaryDiffEqExtrapolation/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ FastBroadcast = "0.3"
3434
Random = "<0.0.1, 1"
3535
DiffEqDevTools = "2.44.4"
3636
MuladdMacro = "0.2"
37-
LinearSolve = "3.46"
37+
LinearSolve = "3.54"
3838
Polyester = "0.7"
3939
OrdinaryDiffEqDifferentiation = "2"
40-
SciMLBase = "2.116"
40+
SciMLBase = "2.128"
4141
OrdinaryDiffEqCore = "3.4"
4242
Aqua = "0.8.11"
4343
julia = "1.10"
@@ -47,7 +47,7 @@ RecursiveArrayTools = "3.36"
4747
FastPower = "1.1"
4848
AllocCheck = "0.2"
4949
DiffEqBase = "6.194"
50-
Reexport = "1.2"
50+
Reexport = "1.2.2"
5151
SafeTestsets = "0.1.0"
5252

5353
[targets]

lib/OrdinaryDiffEqFIRK/Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ Random = "<0.0.1, 1"
4141
DiffEqDevTools = "2.44.4"
4242
FastGaussQuadrature = "1.0.2"
4343
MuladdMacro = "0.2"
44-
LinearSolve = "3.46"
44+
LinearSolve = "3.54"
4545
Polyester = "0.7"
4646
LinearAlgebra = "1.10"
4747
OrdinaryDiffEqDifferentiation = "2"
48-
SciMLBase = "2.116"
48+
SciMLBase = "2.128"
4949
OrdinaryDiffEqCore = "3.4"
5050
Aqua = "0.8.11"
5151
GenericSchur = "0.5"
@@ -58,9 +58,9 @@ ODEProblemLibrary = "1"
5858
OrdinaryDiffEqNonlinearSolve = "1.16.0"
5959
AllocCheck = "0.2"
6060
DiffEqBase = "6.194"
61-
Reexport = "1.2"
61+
Reexport = "1.2.2"
6262
SafeTestsets = "0.1.0"
63-
SciMLOperators = "1.4"
63+
SciMLOperators = "1.15"
6464

6565
[targets]
6666
test = ["DiffEqDevTools", "GenericSchur", "Random", "SafeTestsets", "Test", "ODEProblemLibrary", "Pkg"]

lib/OrdinaryDiffEqIMEXMultistep/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ FastBroadcast = "0.3"
3030
Random = "<0.0.1, 1"
3131
DiffEqDevTools = "2.44.4"
3232
OrdinaryDiffEqDifferentiation = "2"
33-
SciMLBase = "2.116"
33+
SciMLBase = "2.128"
3434
OrdinaryDiffEqCore = "3"
3535
Aqua = "0.8.11"
3636
julia = "1.10"
@@ -39,7 +39,7 @@ ADTypes = "1.16"
3939
OrdinaryDiffEqNonlinearSolve = "1.16.0"
4040
AllocCheck = "0.2"
4141
DiffEqBase = "6.194"
42-
Reexport = "1.2"
42+
Reexport = "1.2.2"
4343
SafeTestsets = "0.1.0"
4444

4545
[targets]

lib/OrdinaryDiffEqLowStorageRK/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ SciMLBase = "2.116"
4444
OrdinaryDiffEqCore = "3.4"
4545
Static = "1.2"
4646
Aqua = "0.8.11"
47-
Preferences = "1.4"
47+
Preferences = "1.5"
4848
StaticArrays = "1.9"
4949
julia = "1.10"
5050
JET = "0.9, 0.11"

0 commit comments

Comments
 (0)