Skip to content

Commit fca02b8

Browse files
authored
compat: allow ForwardDiff v1.0 (#755)
1 parent a059e19 commit fca02b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DifferentiationInterface/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DifferentiationInterface"
22
uuid = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
33
authors = ["Guillaume Dalle", "Adrian Hill"]
4-
version = "0.6.48"
4+
version = "0.6.49"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -60,7 +60,7 @@ ExplicitImports = "1.10.1"
6060
FastDifferentiation = "0.4.3"
6161
FiniteDiff = "2.27.0"
6262
FiniteDifferences = "0.12.31"
63-
ForwardDiff = "0.10.36"
63+
ForwardDiff = "0.10.36,1"
6464
GTPSA = "1.4.0"
6565
JuliaFormatter = "1"
6666
LinearAlgebra = "<0.0.1,1"

0 commit comments

Comments
 (0)