Skip to content

Commit f46dc71

Browse files
author
CompatHelper Julia
committed
CompatHelper: add new compat entry for AbstractDifferentiation at version 0.5, (keep existing compat)
1 parent d4d14b4 commit f46dc71

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Project.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,8 @@ PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
1515
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1616
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
1717

18-
[extras]
19-
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
20-
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
21-
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
22-
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
23-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
24-
2518
[compat]
19+
AbstractDifferentiation = "0.5"
2620
ChainRules = "1.44.6"
2721
ChainRulesCore = "1.15.3"
2822
Combinatorics = "1"
@@ -33,5 +27,12 @@ StaticArrays = "1"
3327
StructArrays = "0.6"
3428
julia = "1.10"
3529

30+
[extras]
31+
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
32+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
33+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
34+
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
35+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
36+
3637
[targets]
3738
test = ["ForwardDiff", "LinearAlgebra", "Random", "Symbolics", "Test"]

0 commit comments

Comments
 (0)