Skip to content

Commit cf38bc6

Browse files
committed
remove PackageExtensionCompat
1 parent a6118d4 commit cf38bc6

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"
88
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
99
MatrixAlgebraKit = "6c742aac-3347-4629-af66-fc926824e5e4"
1010
OhMyThreads = "67456a42-1dca-4109-a031-0a68de7e3ad5"
11-
PackageExtensionCompat = "65ce6f38-6b18-4e1d-a461-8949797d7930"
1211
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1312
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1413
ScopedValues = "7e506255-f358-4e82-b7e4-beb19740aa63"
@@ -37,7 +36,6 @@ LRUCache = "1.0.2"
3736
LinearAlgebra = "1"
3837
MatrixAlgebraKit = "0.6.0"
3938
OhMyThreads = "0.8.0"
40-
PackageExtensionCompat = "1"
4139
Printf = "1"
4240
Random = "1"
4341
SafeTestsets = "0.1"

src/TensorKit.jl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@ import Base.Meta
144144

145145
using Random: Random, rand!, randn!
146146

147-
using PackageExtensionCompat
148-
149147
# Auxiliary files
150148
#-----------------
151149
include("auxiliary/auxiliary.jl")
@@ -244,10 +242,4 @@ include("planar/macros.jl")
244242
@specialize
245243
include("planar/planaroperations.jl")
246244

247-
# Extensions
248-
# ----------
249-
function __init__()
250-
return @require_extensions
251-
end
252-
253245
end

0 commit comments

Comments
 (0)