Skip to content

Commit 27ef73f

Browse files
fixup! fixup! fixup! feat: support parameter updates in initialize_dae!
1 parent a81b6a4 commit 27ef73f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/OrdinaryDiffEqCore/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version = "1.6.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
8+
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
89
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
910
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
1011
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
@@ -42,6 +43,7 @@ OrdinaryDiffEqCoreEnzymeCoreExt = "EnzymeCore"
4243

4344
[compat]
4445
ADTypes = "0.2, 1"
46+
Accessors = "0.1.36"
4547
Adapt = "3.0, 4"
4648
ArrayInterface = "7"
4749
DataStructures = "0.18"

lib/OrdinaryDiffEqNonlinearSolve/Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ version = "1.2.1"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
8-
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
98
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
109
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
1110
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
@@ -27,7 +26,6 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2726

2827
[compat]
2928
ADTypes = "1.7.1"
30-
Accessors = "0.1.36"
3129
ArrayInterface = "7.15.0"
3230
DiffEqBase = "6.152.2"
3331
DiffEqDevTools = "2.44.4"

0 commit comments

Comments
 (0)