File tree 3 files changed +1
-12
lines changed
3 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 2
2
* .jl. * .cov
3
3
* .jl.mem
4
4
Manifest.toml
5
+ Manifest-v * . * .toml
Original file line number Diff line number Diff line change @@ -5,10 +5,6 @@ version = "0.6.21"
5
5
[deps ]
6
6
ConstructionBase = " 187b0558-2788-49d3-abe0-74a17ed4e7c9"
7
7
DataAPI = " 9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
8
- GPUArraysCore = " 46192b85-c4d5-4398-a991-12ede77f4527"
9
- LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
10
- SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
11
- StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
12
8
Tables = " bd369af6-aec1-5ad0-b16a-f7cc5008161c"
13
9
14
10
[weakdeps ]
Original file line number Diff line number Diff line change @@ -39,12 +39,4 @@ colmetadata(sa::StructArray) =
39
39
metadatasupport (typeof (col)). read ? metadata (col) : nothing
40
40
end
41
41
42
- @static if ! isdefined (Base, :get_extension )
43
- include (" ../ext/StructArraysAdaptExt.jl" )
44
- include (" ../ext/StructArraysGPUArraysCoreExt.jl" )
45
- include (" ../ext/StructArraysSparseArraysExt.jl" )
46
- include (" ../ext/StructArraysStaticArraysExt.jl" )
47
- include (" ../ext/StructArraysLinearAlgebraExt.jl" )
48
- end
49
-
50
42
end # module
You can’t perform that action at this time.
0 commit comments