Skip to content

Commit 078682d

Browse files
authored
Add support for ForwardDiff@1 (#2703)
1 parent c62446d commit 078682d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2121

2222
[compat]
2323
BenchmarkTools = "1"
24-
CodecBzip2 = "~0.6, 0.7, 0.8"
25-
CodecZlib = "~0.6, 0.7"
24+
CodecBzip2 = "0.6, 0.7, 0.8"
25+
CodecZlib = "0.6, 0.7"
2626
DataStructures = "0.18"
27-
ForwardDiff = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10"
27+
ForwardDiff = "0.10, 1"
2828
JSON3 = "1"
2929
JSONSchema = "1"
3030
LinearAlgebra = "<0.0.1, 1.6"

0 commit comments

Comments
 (0)