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 @@ -147,8 +147,6 @@ import Base.Meta
147147
148148using Random: Random, rand!, randn!
149149
150- using PackageExtensionCompat
151-
152150# Auxiliary files
153151# -----------------
154152include (" auxiliary/auxiliary.jl" )
@@ -247,10 +245,4 @@ include("planar/macros.jl")
247245@specialize
248246include (" planar/planaroperations.jl" )
249247
250- # Extensions
251- # ----------
252- function __init__ ()
253- return @require_extensions
254- end
255-
256248end
You can’t perform that action at this time.
0 commit comments