Skip to content

Commit 36e2da3

Browse files
Update OrdinaryDiffEqDifferentiation requirement 2.0 (#121)
Updates the requirements on [OrdinaryDiffEqDifferentiation](https://github.com/SciML/OrdinaryDiffEq.jl) to permit the latest version. Updates `OrdinaryDiffEqDifferentiation` to 2.0.0 - [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases) - [Commits](https://github.com/SciML/OrdinaryDiffEq.jl/commits/v2.0.0) --- updated-dependencies: - dependency-name: OrdinaryDiffEqDifferentiation dependency-version: 2.0.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1a2a5f8 commit 36e2da3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ForwardDiff = "0.10, 1.3"
3333
JET = "0.9, 0.10, 0.11"
3434
OrdinaryDiffEq = "6"
3535
OrdinaryDiffEqCore = "1.30.0, 2.0, 3.1"
36-
OrdinaryDiffEqDifferentiation = "1.16"
36+
OrdinaryDiffEqDifferentiation = "1.16, 2.0"
3737
OrdinaryDiffEqRosenbrock = "1.17.0"
3838
RecursiveArrayTools = "1,2,3"
3939
SciMLBase = "2.116"

0 commit comments

Comments
 (0)