@@ -16,10 +16,12 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
16
16
TOML = " fa267f1f-6049-4f14-aa54-33bafae1ed76"
17
17
18
18
[weakdeps ]
19
+ RecursiveArrayTools = " 731186ca-8d62-57ce-b412-fbd966d074cd"
19
20
SymbolicUtils = " d1185830-fcd6-423d-90d6-eec64667417b"
20
21
Zygote = " e88e6eb3-aa80-5325-afca-941959d7151f"
21
22
22
23
[extensions ]
24
+ DynamicExpressionsRecursiveArrayToolsExt = " RecursiveArrayTools"
23
25
DynamicExpressionsSymbolicUtilsExt = " SymbolicUtils"
24
26
DynamicExpressionsZygoteExt = " Zygote"
25
27
@@ -30,6 +32,7 @@ LoopVectorization = "0.12"
30
32
MacroTools = " 0.4, 0.5"
31
33
PackageExtensionCompat = " 1"
32
34
PrecompileTools = " 1"
35
+ RecursiveArrayTools = " 2"
33
36
Reexport = " 1"
34
37
SymbolicUtils = " 0.19, ^1.0.5"
35
38
Zygote = " 0.6"
@@ -38,6 +41,7 @@ julia = "1.6"
38
41
[extras ]
39
42
Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
40
43
ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210"
44
+ RecursiveArrayTools = " 731186ca-8d62-57ce-b412-fbd966d074cd"
41
45
SafeTestsets = " 1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
42
46
SpecialFunctions = " 276daf66-3868-5448-9aa4-cd146d93841b"
43
47
StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
@@ -46,4 +50,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
46
50
Zygote = " e88e6eb3-aa80-5325-afca-941959d7151f"
47
51
48
52
[targets ]
49
- test = [" Test" , " SafeTestsets" , " Aqua" , " SpecialFunctions" , " ForwardDiff" , " StaticArrays" , " SymbolicUtils" , " Zygote" ]
53
+ test = [" Test" , " SafeTestsets" , " Aqua" , " SpecialFunctions" , " ForwardDiff" , " StaticArrays" , " SymbolicUtils" , " RecursiveArrayTools " , " Zygote" ]
0 commit comments