File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"
88LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
99MatrixAlgebraKit = " 6c742aac-3347-4629-af66-fc926824e5e4"
1010OhMyThreads = " 67456a42-1dca-4109-a031-0a68de7e3ad5"
11- PackageExtensionCompat = " 65ce6f38-6b18-4e1d-a461-8949797d7930"
1211Printf = " de0858da-6303-5e67-8744-51eddeeeb8d7"
1312Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1413ScopedValues = " 7e506255-f358-4e82-b7e4-beb19740aa63"
@@ -37,7 +36,6 @@ LRUCache = "1.0.2"
3736LinearAlgebra = " 1"
3837MatrixAlgebraKit = " 0.6.0"
3938OhMyThreads = " 0.8.0"
40- PackageExtensionCompat = " 1"
4139Printf = " 1"
4240Random = " 1"
4341SafeTestsets = " 0.1"
Original file line number Diff line number Diff line change @@ -144,8 +144,6 @@ import Base.Meta
144144
145145using Random: Random, rand!, randn!
146146
147- using PackageExtensionCompat
148-
149147# Auxiliary files
150148# -----------------
151149include(" auxiliary/auxiliary.jl" )
@@ -244,10 +242,4 @@ include("planar/macros.jl")
244242@specialize
245243include(" planar/planaroperations.jl" )
246244
247- # Extensions
248- # ----------
249- function __init__()
250- return @require_extensions
251- end
252-
253245end
You can’t perform that action at this time.
0 commit comments