Skip to content

Commit 532f297

Browse files
Update ForwardDiff requirement 1.3 (#113)
Updates the requirements on [ForwardDiff](https://github.com/JuliaDiff/ForwardDiff.jl) to permit the latest version. Updates `ForwardDiff` to 1.3.0 - [Release notes](https://github.com/JuliaDiff/ForwardDiff.jl/releases) - [Commits](JuliaDiff/ForwardDiff.jl@v0.10.0...v1.3.0) --- updated-dependencies: - dependency-name: ForwardDiff dependency-version: 1.3.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1443c1e commit 532f297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ MultiScaleArraysSparseDiffToolsExt = "SparseDiffTools"
2929
DiffEqBase = "6.5"
3030
DifferentiationInterface = "0.7.7"
3131
FiniteDiff = "2.3"
32-
ForwardDiff = "0.10"
32+
ForwardDiff = "0.10, 1.3"
3333
OrdinaryDiffEq = "6"
3434
OrdinaryDiffEqCore = "1.30.0"
3535
OrdinaryDiffEqDifferentiation = "1.16"

0 commit comments

Comments
 (0)