1
1
name = " ArrayInterface"
2
2
uuid = " 4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
3
- version = " 7.7.1 "
3
+ version = " 7.8.0 "
4
4
5
5
[deps ]
6
6
Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -14,6 +14,7 @@ BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
14
14
BlockBandedMatrices = " ffab5731-97b5-5995-9138-79e8c1846df0"
15
15
CUDA = " 052768ef-5323-5732-b1bb-66c8b64840ba"
16
16
GPUArraysCore = " 46192b85-c4d5-4398-a991-12ede77f4527"
17
+ ReverseDiff = " 37e2e3b7-166d-5795-8a7a-e32c996b4267"
17
18
StaticArraysCore = " 1e83bf80-4336-4d27-bf5d-d5a4f845583c"
18
19
Tracker = " 9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
19
20
@@ -22,16 +23,17 @@ ArrayInterfaceBandedMatricesExt = "BandedMatrices"
22
23
ArrayInterfaceBlockBandedMatricesExt = " BlockBandedMatrices"
23
24
ArrayInterfaceCUDAExt = " CUDA"
24
25
ArrayInterfaceGPUArraysCoreExt = " GPUArraysCore"
26
+ ArrayInterfaceReverseDiffExt = " ReverseDiff"
25
27
ArrayInterfaceStaticArraysCoreExt = " StaticArraysCore"
26
28
ArrayInterfaceTrackerExt = " Tracker"
27
29
28
30
[compat ]
29
- Adapt = " 3, 4"
30
- LinearAlgebra = " 1.9 "
31
+ Adapt = " 4"
32
+ LinearAlgebra = " 1.10 "
31
33
Requires = " 1"
32
- SparseArrays = " 1.9 "
33
- SuiteSparse = " 1.9 "
34
- julia = " 1.9 "
34
+ SparseArrays = " 1.10 "
35
+ SuiteSparse = " 1.10 "
36
+ julia = " 1.10 "
35
37
36
38
[extras ]
37
39
Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
@@ -41,6 +43,7 @@ CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
41
43
GPUArraysCore = " 46192b85-c4d5-4398-a991-12ede77f4527"
42
44
Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
43
45
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
46
+ ReverseDiff = " 37e2e3b7-166d-5795-8a7a-e32c996b4267"
44
47
SafeTestsets = " 1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
45
48
SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
46
49
StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
@@ -50,4 +53,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
50
53
Tracker = " 9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
51
54
52
55
[targets ]
53
- test = [" SafeTestsets" , " Pkg" , " Test" , " Aqua" , " Random" , " SparseArrays" , " SuiteSparse" , " BandedMatrices" , " BlockBandedMatrices" , " GPUArraysCore" , " StaticArrays" , " StaticArraysCore" , " Tracker" ]
56
+ test = [" SafeTestsets" , " Pkg" , " Test" , " Aqua" , " Random" , " SparseArrays" , " SuiteSparse" , " BandedMatrices" , " BlockBandedMatrices" , " GPUArraysCore" , " StaticArrays" , " StaticArraysCore" , " Tracker" , " ReverseDiff " ]
0 commit comments