Skip to content

Commit e2a3ba0

Browse files
committed
Update Project.toml
1 parent cb24efd commit e2a3ba0

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

Project.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@ Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
1212
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
1313
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
1414
IsApprox = "28f27b66-4bd8-47e7-9110-e2746eb8bed7"
15-
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
1615
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
17-
LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e"
1816
NDTensors = "23ae76d9-e61a-49c4-8f12-3f1a16adf9cf"
19-
PackageExtensionCompat = "65ce6f38-6b18-4e1d-a461-8949797d7930"
2017
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
2118
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
2219
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
@@ -49,11 +46,8 @@ DocStringExtensions = "0.9.3"
4946
Functors = "0.2, 0.3, 0.4"
5047
HDF5 = "0.14, 0.15, 0.16, 0.17"
5148
IsApprox = "0.1, 1, 2"
52-
KrylovKit = "0.4.2, 0.5, 0.6, 0.7, 0.8"
5349
LinearAlgebra = "1.6"
54-
LinearMaps = "3"
5550
NDTensors = "0.3.34"
56-
PackageExtensionCompat = "1"
5751
Pkg = "1.6"
5852
Printf = "1.6"
5953
Random = "1.6"

src/ITensors.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,7 @@ include("argsdict/argsdict.jl")
181181
include("packagecompile/compile.jl")
182182
include("developer_tools.jl")
183183

184-
using PackageExtensionCompat: @require_extensions
185184
function __init__()
186-
@require_extensions
187185
return resize!(empty!(INDEX_ID_RNGs), Threads.nthreads()) # ensures that we didn't save a bad object
188186
end
189187
end

0 commit comments

Comments
 (0)