@@ -14,6 +14,7 @@ GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
1414IteratorInterfaceExtensions = " 82899510-4779-5014-852e-03e436cf321d"
1515LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1616RecipesBase = " 3cdcf5f2-1ef4-517c-9805-6587b60abb01"
17+ Requires = " ae029012-a4dd-5104-9daa-d747884805df"
1718StaticArraysCore = " 1e83bf80-4336-4d27-bf5d-d5a4f845583c"
1819Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1920SymbolicIndexingInterface = " 2efcf032-c050-4f8e-a9bb-153293bab1f5"
@@ -30,12 +31,16 @@ FillArrays = "0.11, 0.12, 0.13"
3031GPUArraysCore = " 0.1"
3132IteratorInterfaceExtensions = " 1"
3233RecipesBase = " 0.7, 0.8, 1.0"
34+ Requires = " 1.0"
3335StaticArraysCore = " 1.1"
3436SymbolicIndexingInterface = " 0.1, 0.2"
3537Tables = " 1"
3638ZygoteRules = " 0.2"
3739julia = " 1.6"
3840
41+ [extensions ]
42+ RecursiveArrayToolsTrackerExt = " Tracker"
43+
3944[extras ]
4045Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
4146ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210"
@@ -44,11 +49,16 @@ NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
4449OrdinaryDiffEq = " 1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
4550Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
4651Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
52+ SafeTestsets = " 1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
4753StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
4854StructArrays = " 09ab397b-f2b6-538f-b94a-2f83cf4a842a"
4955Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
56+ Tracker = " 9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
5057Unitful = " 1986cc42-f94f-5a68-af5c-568840ba703d"
5158Zygote = " e88e6eb3-aa80-5325-afca-941959d7151f"
5259
5360[targets ]
54- test = [" Aqua" , " ForwardDiff" , " LabelledArrays" , " NLsolve" , " OrdinaryDiffEq" , " Pkg" , " Test" , " Unitful" , " Random" , " StaticArrays" , " StructArrays" , " Zygote" ]
61+ test = [" SafeTestsets" , " Aqua" , " ForwardDiff" , " LabelledArrays" , " NLsolve" , " OrdinaryDiffEq" , " Pkg" , " Test" , " Unitful" , " Random" , " StaticArrays" , " StructArrays" , " Zygote" ]
62+
63+ [weakdeps ]
64+ Tracker = " 9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
0 commit comments