Skip to content

Commit 7cc1596

Browse files
committed
remove PackageExtensionCompat
1 parent ed93ce5 commit 7cc1596

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
@@ -147,8 +147,6 @@ import Base.Meta
147147

148148
using Random: Random, rand!, randn!
149149

150-
using PackageExtensionCompat
151-
152150
# Auxiliary files
153151
#-----------------
154152
include("auxiliary/auxiliary.jl")
@@ -247,10 +245,4 @@ include("planar/macros.jl")
247245
@specialize
248246
include("planar/planaroperations.jl")
249247

250-
# Extensions
251-
# ----------
252-
function __init__()
253-
return @require_extensions
254-
end
255-
256248
end

0 commit comments

Comments
 (0)