|
| 1 | +name = "ForwardDiff" |
| 2 | +uuid = "f6369f11-7733-5829-9624-2563aa707210" |
| 3 | +version = "0.10.4" |
| 4 | + |
| 5 | +[deps] |
| 6 | +CommonSubexpressions = "bbf7d656-a473-5ed7-a52c-81e309532950" |
| 7 | +DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5" |
| 8 | +DiffRules = "b552c78f-8df3-52c6-915a-8e097449b14b" |
| 9 | +NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3" |
| 10 | +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" |
| 11 | +SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" |
| 12 | +StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" |
| 13 | + |
| 14 | +[compat] |
| 15 | +Calculus = "0.2, 0.3, 0.4, 0.5" |
| 16 | +CommonSubexpressions = "0.1, 0.2" |
| 17 | +DiffResults = "0.0.1, 0.0.2, 0.0.3, 0.0.4" |
| 18 | +DiffRules = "0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0.9, 0.0.10" |
| 19 | +DiffTests = "0.0.1, 0.1" |
| 20 | +NaNMath = "0.2.2, 0.3" |
| 21 | +SpecialFunctions = "0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8" |
| 22 | +StaticArrays = "0.8.3, 0.9, 0.10, 0.11" |
| 23 | +julia = "0.7, 1" |
| 24 | + |
| 25 | +[extras] |
| 26 | +Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9" |
| 27 | +DiffTests = "de460e47-3fe3-5279-bb4a-814414816d5d" |
| 28 | +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" |
| 29 | +SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" |
| 30 | +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" |
| 31 | + |
| 32 | +[targets] |
| 33 | +test = ["Calculus", "DiffTests", "LinearAlgebra", "SparseArrays", "Test"] |
0 commit comments