Skip to content

Commit 90f1516

Browse files
github-actions[bot]CompatHelper Juliadevmotion
authored
CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat) (#271)
* CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat) * Update Project.toml --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
1 parent 633dd46 commit 90f1516

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ReverseDiff"
22
uuid = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
3-
version = "1.15.3"
3+
version = "1.16.0"
44

55
[deps]
66
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
@@ -22,10 +22,10 @@ ChainRulesCore = "1"
2222
DiffResults = "1"
2323
DiffRules = "1.4"
2424
DiffTests = "< 0.1.2"
25-
ForwardDiff = "0.10"
25+
ForwardDiff = "0.10, 1"
2626
FunctionWrappers = "1"
27-
LinearAlgebra = "<0.0.1, 1"
2827
IrrationalConstants = "0.2"
28+
LinearAlgebra = "<0.0.1, 1"
2929
LogExpFunctions = "0.3"
3030
MacroTools = "0.5"
3131
NaNMath = "0.3, 1"

0 commit comments

Comments
 (0)