Skip to content

Commit a0a514e

Browse files
Fix: Update compat entries to current released versions (not bumped versions)
- Corrected compat entries to use current released versions (pre-bump) - Keeps version bumps for all packages as intended - Ensures proper dependency resolution during the transition 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 1dd6624 commit a0a514e

File tree

34 files changed

+149
-149
lines changed

34 files changed

+149
-149
lines changed

Project.toml

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>", "Yingbo Ma <maying
44
version = "6.104.0"
55

66
[deps]
7-
OrdinaryDiffEqNordsieck = "c9986a66-5c92-4813-8696-a7ec84c806c8"
7+
OrdinaryDiffEqPDIRK = "5dd0a6cf-3d4b-4314-aa06-06d4e299bc89"
88
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
99
FunctionWrappersWrappers = "77dc65aa-8811-40c2-897b-53d922fa7daf"
1010
OrdinaryDiffEqDefault = "50262376-6c5a-4cf5-baba-aaf4f84d72d7"
@@ -18,9 +18,9 @@ OrdinaryDiffEqLowOrderRK = "1344f307-1e59-4825-a18e-ace9aa3fa4c6"
1818
OrdinaryDiffEqQPRK = "04162be5-8125-4266-98ed-640baecc6514"
1919
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
2020
OrdinaryDiffEqExtrapolation = "becaefa8-8ca2-5cf9-886d-c06f3d2bd2c4"
21-
OrdinaryDiffEqFIRK = "5960d6e9-dd7a-4743-88e7-cf307b64f125"
2221
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
2322
SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
23+
OrdinaryDiffEqFIRK = "5960d6e9-dd7a-4743-88e7-cf307b64f125"
2424
OrdinaryDiffEqLinear = "521117fe-8c41-49f8-b3b6-30780b3f0fb5"
2525
OrdinaryDiffEqSSPRK = "669c94d9-1f4b-4b64-b377-1aa079aa2388"
2626
StaticArrayInterface = "0d7ed370-da01-4f52-bd93-41d350b8b718"
@@ -71,9 +71,9 @@ MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
7171
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
7272
OrdinaryDiffEqIMEXMultistep = "9f002381-b378-40b7-97a6-27a27c83f129"
7373
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
74+
OrdinaryDiffEqNordsieck = "c9986a66-5c92-4813-8696-a7ec84c806c8"
7475
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
7576
SciMLStructures = "53ae85a6-f571-4167-b2af-e1d143709226"
76-
OrdinaryDiffEqPDIRK = "5dd0a6cf-3d4b-4314-aa06-06d4e299bc89"
7777

7878
[extras]
7979
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
@@ -108,88 +108,88 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
108108
AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c"
109109

110110
[compat]
111-
FillArrays = "1.13"
111+
OrdinaryDiffEqPDIRK = "1.5.0"
112112
ForwardDiff = "0.10.38"
113113
FunctionWrappersWrappers = "0.1.3"
114-
OrdinaryDiffEqDefault = "1.8.0"
114+
OrdinaryDiffEqDefault = "1.7.0"
115115
MuladdMacro = "0.2.4"
116116
LinearSolve = "3.27"
117117
EnumX = "1.0.5"
118-
OrdinaryDiffEqFunctionMap = "1.5.0"
118+
OrdinaryDiffEqFunctionMap = "1.4.0"
119119
JLArrays = "0.2"
120120
FastClosures = "0.3.2"
121121
DataStructures = "0.18.22, 0.19"
122-
OrdinaryDiffEqLowOrderRK = "1.6.0"
122+
OrdinaryDiffEqLowOrderRK = "1.5.0"
123123
ModelingToolkit = "10.10"
124-
OrdinaryDiffEqQPRK = "1.4.0"
124+
OrdinaryDiffEqQPRK = "1.3.0"
125125
julia = "1.10"
126126
CommonSolve = "0.2.4"
127-
OrdinaryDiffEqExtrapolation = "1.8.0"
128-
OrdinaryDiffEqFIRK = "1.16.0"
127+
OrdinaryDiffEqExtrapolation = "1.7.0"
129128
Adapt = "4.3"
130129
SciMLOperators = "1.4"
131-
OrdinaryDiffEqLinear = "1.6.0"
132-
OrdinaryDiffEqSSPRK = "1.6.0"
130+
OrdinaryDiffEqFIRK = "1.15.0"
131+
OrdinaryDiffEqLinear = "1.5.0"
132+
OrdinaryDiffEqSSPRK = "1.5.0"
133133
StaticArrayInterface = "1.8"
134-
OrdinaryDiffEqVerner = "1.6.0"
134+
OrdinaryDiffEqVerner = "1.5.0"
135135
LinearAlgebra = "1.9"
136-
OrdinaryDiffEqCore = "1.30.0"
136+
OrdinaryDiffEqCore = "1.29.0"
137137
ArrayInterface = "7.19"
138-
OrdinaryDiffEqPRK = "1.4.0"
138+
OrdinaryDiffEqPRK = "1.3.0"
139139
PreallocationTools = "0.4.30"
140-
OrdinaryDiffEqRosenbrock = "1.16.0"
141-
OrdinaryDiffEqLowStorageRK = "1.6.0"
140+
OrdinaryDiffEqRosenbrock = "1.15.1"
141+
OrdinaryDiffEqLowStorageRK = "1.5.0"
142142
NonlinearSolve = "4.10"
143143
FastBroadcast = "0.3.5"
144144
StructArrays = "0.6"
145-
OrdinaryDiffEqBDF = "1.10.0"
145+
OrdinaryDiffEqBDF = "1.9.0"
146146
FiniteDiff = "2.27"
147-
OrdinaryDiffEqExplicitRK = "1.4.0"
147+
OrdinaryDiffEqExplicitRK = "1.3.0"
148148
ExponentialUtilities = "1.27"
149-
OrdinaryDiffEqFeagin = "1.4.0"
149+
OrdinaryDiffEqFeagin = "1.3.0"
150150
PrecompileTools = "1.2.1"
151-
OrdinaryDiffEqRKN = "1.5.0"
151+
OrdinaryDiffEqRKN = "1.4.0"
152152
TruncatedStacktraces = "1.4"
153-
OrdinaryDiffEqAdamsBashforthMoulton = "1.5.0"
153+
OrdinaryDiffEqAdamsBashforthMoulton = "1.4.0"
154154
Static = "1.2"
155155
DocStringExtensions = "0.9.5"
156-
OrdinaryDiffEqStabilizedRK = "1.5.0"
156+
OrdinaryDiffEqStabilizedRK = "1.4.0"
157157
Preferences = "1.4.3"
158158
StaticArrays = "1.9.14"
159159
ADTypes = "1.16"
160160
Logging = "1.9"
161-
OrdinaryDiffEqNonlinearSolve = "1.14.0"
161+
OrdinaryDiffEqNonlinearSolve = "1.13.0"
162162
DiffEqBase = "6.183"
163-
OrdinaryDiffEqSymplecticRK = "1.7.0"
163+
OrdinaryDiffEqSymplecticRK = "1.6.0"
164164
Reexport = "1.2.2"
165165
ExplicitImports = "1.13.1"
166-
OrdinaryDiffEqExponentialRK = "1.8.0"
167-
OrdinaryDiffEqTsit5 = "1.5.0"
168-
OrdinaryDiffEqStabilizedIRK = "1.6.0"
166+
OrdinaryDiffEqExponentialRK = "1.7.0"
167+
OrdinaryDiffEqTsit5 = "1.4.0"
168+
OrdinaryDiffEqStabilizedIRK = "1.5.0"
169169
LineSearches = "7.4"
170170
Polyester = "0.7.18"
171-
OrdinaryDiffEqSDIRK = "1.7.0"
172-
OrdinaryDiffEqDifferentiation = "1.13.0"
171+
OrdinaryDiffEqSDIRK = "1.6.0"
172+
OrdinaryDiffEqDifferentiation = "1.12.0"
173173
SimpleUnPack = "1.1"
174174
SciMLBase = "2.108"
175175
SimpleNonlinearSolve = "2.7"
176-
OrdinaryDiffEqHighOrderRK = "1.5.0"
176+
OrdinaryDiffEqHighOrderRK = "1.4.0"
177177
MacroTools = "0.5.16"
178178
InteractiveUtils = "1.9"
179-
OrdinaryDiffEqIMEXMultistep = "1.7.0"
179+
OrdinaryDiffEqIMEXMultistep = "1.6.0"
180180
RecursiveArrayTools = "3.36"
181-
OrdinaryDiffEqNordsieck = "1.4.0"
181+
FillArrays = "1.13"
182+
OrdinaryDiffEqNordsieck = "1.3.0"
182183
SciMLStructures = "1.7"
183-
OrdinaryDiffEqPDIRK = "1.6.0"
184184

185185
[targets]
186186
test = ["Calculus", "ComponentArrays", "Symbolics", "AlgebraicMultigrid", "IncompleteLU", "DiffEqCallbacks", "DifferentiationInterface", "DiffEqDevTools", "ODEProblemLibrary", "ElasticArrays", "ExplicitImports", "InteractiveUtils", "ParameterizedFunctions", "JLArrays", "PoissonRandom", "Printf", "Random", "ReverseDiff", "SafeTestsets", "SparseArrays", "Statistics", "StructArrays", "Test", "Unitful", "ModelingToolkit", "Pkg", "NLsolve", "RecursiveFactorization", "SparseConnectivityTracer", "SparseMatrixColorings"]
187187

188-
[sources.OrdinaryDiffEqFIRK]
189-
path = "lib/OrdinaryDiffEqFIRK"
188+
[sources.OrdinaryDiffEqPDIRK]
189+
path = "lib/OrdinaryDiffEqPDIRK"
190190

191-
[sources.OrdinaryDiffEqNordsieck]
192-
path = "lib/OrdinaryDiffEqNordsieck"
191+
[sources.OrdinaryDiffEqLowStorageRK]
192+
path = "lib/OrdinaryDiffEqLowStorageRK"
193193

194194
[sources.OrdinaryDiffEqExponentialRK]
195195
path = "lib/OrdinaryDiffEqExponentialRK"
@@ -266,11 +266,11 @@ path = "lib/OrdinaryDiffEqRosenbrock"
266266
[sources.OrdinaryDiffEqSymplecticRK]
267267
path = "lib/OrdinaryDiffEqSymplecticRK"
268268

269-
[sources.OrdinaryDiffEqExtrapolation]
270-
path = "lib/OrdinaryDiffEqExtrapolation"
269+
[sources.OrdinaryDiffEqNordsieck]
270+
path = "lib/OrdinaryDiffEqNordsieck"
271271

272-
[sources.OrdinaryDiffEqPDIRK]
273-
path = "lib/OrdinaryDiffEqPDIRK"
272+
[sources.OrdinaryDiffEqFIRK]
273+
path = "lib/OrdinaryDiffEqFIRK"
274274

275-
[sources.OrdinaryDiffEqLowStorageRK]
276-
path = "lib/OrdinaryDiffEqLowStorageRK"
275+
[sources.OrdinaryDiffEqExtrapolation]
276+
path = "lib/OrdinaryDiffEqExtrapolation"

lib/ImplicitDiscreteSolve/Project.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ authors = ["vyudu <vincent.duyuan@gmail.com>"]
44
version = "1.2.0"
55

66
[deps]
7-
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
8-
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
7+
SimpleNonlinearSolve = "727e6d20-b764-4bd8-a329-72de5adea6c7"
8+
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
99
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
1010
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
11+
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
12+
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
1113
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
12-
SimpleNonlinearSolve = "727e6d20-b764-4bd8-a329-72de5adea6c7"
13-
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
1414

1515
[extras]
1616
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
@@ -21,10 +21,10 @@ AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a"
2121

2222
[compat]
2323
Test = "1.10.0"
24-
OrdinaryDiffEqSDIRK = "1.7.0"
24+
OrdinaryDiffEqSDIRK = "1.6.0"
2525
SciMLBase = "2.99"
2626
SimpleNonlinearSolve = "2.7"
27-
OrdinaryDiffEqCore = "1.30.0"
27+
OrdinaryDiffEqCore = "1.29.0"
2828
Aqua = "0.8.11"
2929
SymbolicIndexingInterface = "0.3.38"
3030
julia = "1.10"

lib/OrdinaryDiffEqAdamsBashforthMoulton/Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
44
version = "1.5.0"
55

66
[deps]
7-
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
7+
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
88
Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588"
99
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
1010
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
1111
OrdinaryDiffEqLowOrderRK = "1344f307-1e59-4825-a18e-ace9aa3fa4c6"
1212
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
1313
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
1414
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
15+
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
1516
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
16-
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1717

1818
[extras]
1919
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
@@ -34,9 +34,9 @@ DiffEqDevTools = "2.44.4"
3434
MuladdMacro = "0.2"
3535
Polyester = "0.7"
3636
SciMLBase = "2.99"
37-
OrdinaryDiffEqCore = "1.30.0"
37+
OrdinaryDiffEqCore = "1.29.0"
3838
Static = "1.2"
39-
OrdinaryDiffEqLowOrderRK = "1.6.0"
39+
OrdinaryDiffEqLowOrderRK = "1.5.0"
4040
Aqua = "0.8.11"
4141
julia = "1.10"
4242
JET = "0.9.18, 0.10.4"

lib/OrdinaryDiffEqBDF/Project.toml

Lines changed: 5 additions & 5 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-
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
1716
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
17+
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
1818
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
1919
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2020
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -49,11 +49,11 @@ MuladdMacro = "0.2"
4949
LinearSolve = "3.26"
5050
PrecompileTools = "1.2"
5151
LinearAlgebra = "1.10"
52-
OrdinaryDiffEqDifferentiation = "1.13.0"
53-
OrdinaryDiffEqSDIRK = "1.7.0"
52+
OrdinaryDiffEqDifferentiation = "1.12.0"
53+
OrdinaryDiffEqSDIRK = "1.6.0"
5454
TruncatedStacktraces = "1.4"
5555
SciMLBase = "2.99"
56-
OrdinaryDiffEqCore = "1.30.0"
56+
OrdinaryDiffEqCore = "1.29.0"
5757
Aqua = "0.8.11"
5858
ArrayInterface = "7.19"
5959
Enzyme = "0.13"
@@ -65,7 +65,7 @@ julia = "1.10"
6565
ADTypes = "1.16"
6666
RecursiveArrayTools = "3.36"
6767
ODEProblemLibrary = "0.1.8"
68-
OrdinaryDiffEqNonlinearSolve = "1.14.0"
68+
OrdinaryDiffEqNonlinearSolve = "1.13.0"
6969
AllocCheck = "0.2"
7070
DiffEqBase = "6.176"
7171
Reexport = "1.2"

lib/OrdinaryDiffEqDefault/Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,26 +31,26 @@ AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a"
3131
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
3232

3333
[compat]
34-
OrdinaryDiffEqTsit5 = "1.5.0"
34+
OrdinaryDiffEqTsit5 = "1.4.0"
3535
Test = "<0.0.1, 1"
3636
Random = "<0.0.1, 1"
3737
DiffEqDevTools = "2.44.4"
38-
OrdinaryDiffEqBDF = "1.10.0"
39-
OrdinaryDiffEqVerner = "1.6.0"
38+
OrdinaryDiffEqBDF = "1.9.0"
39+
OrdinaryDiffEqVerner = "1.5.0"
4040
LinearSolve = "3.26"
4141
PrecompileTools = "1.2"
4242
EnumX = "1.0"
4343
LinearAlgebra = "1.10"
4444
SciMLBase = "2.99"
45-
OrdinaryDiffEqCore = "1.30.0"
45+
OrdinaryDiffEqCore = "1.29.0"
4646
SparseArrays = "1.10"
4747
Aqua = "0.8.11"
4848
Preferences = "1.4"
4949
StaticArrays = "1.9"
5050
julia = "1.10"
5151
JET = "0.9.18, 0.10.4"
5252
ADTypes = "1.16"
53-
OrdinaryDiffEqRosenbrock = "1.16.0"
53+
OrdinaryDiffEqRosenbrock = "1.15.1"
5454
DiffEqBase = "6.176"
5555
Reexport = "1.2"
5656
SafeTestsets = "0.1.0"

lib/OrdinaryDiffEqDifferentiation/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ LinearSolve = "3.26"
4747
ConstructionBase = "1.5.8"
4848
LinearAlgebra = "1.10"
4949
SciMLBase = "2.99"
50-
OrdinaryDiffEqCore = "1.30.0"
50+
OrdinaryDiffEqCore = "1.29.0"
5151
SparseArrays = "1.10"
5252
ConcreteStructs = "0.2"
5353
Aqua = "0.8.11"

lib/OrdinaryDiffEqExplicitRK/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
44
version = "1.4.0"
55

66
[deps]
7-
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
7+
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
88
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
99
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
1010
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
1111
TruncatedStacktraces = "781d530d-4396-4725-bb49-402e4bee1e77"
1212
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
1313
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
14+
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
1415
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
15-
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1616

1717
[extras]
1818
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
@@ -32,7 +32,7 @@ MuladdMacro = "0.2"
3232
LinearAlgebra = "1.10"
3333
TruncatedStacktraces = "1.4"
3434
SciMLBase = "2.99"
35-
OrdinaryDiffEqCore = "1.30.0"
35+
OrdinaryDiffEqCore = "1.29.0"
3636
Aqua = "0.8.11"
3737
julia = "1.10"
3838
JET = "0.9.18, 0.10.4"

lib/OrdinaryDiffEqExponentialRK/Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@ AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a"
3131
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
3232

3333
[compat]
34-
OrdinaryDiffEqTsit5 = "1.5.0"
34+
OrdinaryDiffEqTsit5 = "1.4.0"
3535
Test = "<0.0.1, 1"
3636
FastBroadcast = "0.3"
3737
Random = "<0.0.1, 1"
3838
DiffEqDevTools = "2.44.4"
3939
MuladdMacro = "0.2"
40-
OrdinaryDiffEqVerner = "1.6.0"
40+
OrdinaryDiffEqVerner = "1.5.0"
4141
LinearSolve = "3.26"
4242
ExponentialUtilities = "1.27"
4343
LinearAlgebra = "1.10"
44-
OrdinaryDiffEqDifferentiation = "1.13.0"
45-
OrdinaryDiffEqSDIRK = "1.7.0"
44+
OrdinaryDiffEqDifferentiation = "1.12.0"
45+
OrdinaryDiffEqSDIRK = "1.6.0"
4646
SciMLBase = "2.99"
47-
OrdinaryDiffEqCore = "1.30.0"
47+
OrdinaryDiffEqCore = "1.29.0"
4848
SparseArrays = "1.10"
4949
Aqua = "0.8.11"
5050
julia = "1.10"

lib/OrdinaryDiffEqExtrapolation/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ DiffEqDevTools = "2.44.4"
3535
MuladdMacro = "0.2"
3636
LinearSolve = "3.26"
3737
Polyester = "0.7"
38-
OrdinaryDiffEqDifferentiation = "1.13.0"
38+
OrdinaryDiffEqDifferentiation = "1.12.0"
3939
SciMLBase = "2.99"
40-
OrdinaryDiffEqCore = "1.30.0"
40+
OrdinaryDiffEqCore = "1.29.0"
4141
Aqua = "0.8.11"
4242
julia = "1.10"
4343
JET = "0.9.18, 0.10.4"

lib/OrdinaryDiffEqFIRK/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ MuladdMacro = "0.2"
4242
LinearSolve = "3.26"
4343
Polyester = "0.7"
4444
LinearAlgebra = "1.10"
45-
OrdinaryDiffEqDifferentiation = "1.13.0"
45+
OrdinaryDiffEqDifferentiation = "1.12.0"
4646
SciMLBase = "2.99"
47-
OrdinaryDiffEqCore = "1.30.0"
47+
OrdinaryDiffEqCore = "1.29.0"
4848
Aqua = "0.8.11"
4949
GenericSchur = "0.5"
5050
julia = "1.10"
@@ -53,7 +53,7 @@ ADTypes = "1.16"
5353
RecursiveArrayTools = "3.36"
5454
FastPower = "1.1"
5555
ODEProblemLibrary = "0.1.8"
56-
OrdinaryDiffEqNonlinearSolve = "1.14.0"
56+
OrdinaryDiffEqNonlinearSolve = "1.13.0"
5757
AllocCheck = "0.2"
5858
DiffEqBase = "6.176"
5959
Reexport = "1.2"

0 commit comments

Comments
 (0)