Skip to content

Commit 83e664b

Browse files
committed
Delete stale deps
1 parent 86dbe36 commit 83e664b

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

NDTensors/Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ InlineStrings = "842dd82b-1e85-43dc-bf29-5d0ee9dffc48"
1919
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
2020
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
2121
MappedArrays = "dbb5928d-eab1-5f90-85c2-b9b0edb7c900"
22-
PackageExtensionCompat = "65ce6f38-6b18-4e1d-a461-8949797d7930"
2322
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2423
SimpleTraits = "699a6c99-e7fa-54fc-8d76-47d257e15c1d"
2524
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
@@ -79,7 +78,6 @@ MacroTools = "0.5"
7978
MappedArrays = "0.4"
8079
Metal = "1"
8180
Octavian = "0.3"
82-
PackageExtensionCompat = "1"
8381
Random = "<0.0.1, 1.10"
8482
SimpleTraits = "0.9.4"
8583
SparseArrays = "<0.0.1, 1.10"

NDTensors/src/NDTensors.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,4 @@ end
221221

222222
function backend_octavian end
223223

224-
using PackageExtensionCompat
225-
function __init__()
226-
@require_extensions
227-
end
228-
229224
end # module NDTensors

NDTensors/src/imports.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
using Adapt
88
using Base.Threads
9-
using Compat
109
using Dictionaries
1110
using Folds
1211
using InlineStrings

NDTensors/test/Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
33
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
44
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
55
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
6-
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
76
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
87
EllipsisNotation = "da5c29d0-fa7d-589e-88eb-ea29b0a81949"
98
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"

NDTensors/test/lib/Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
33
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
44
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
5-
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
65
EllipsisNotation = "da5c29d0-fa7d-589e-88eb-ea29b0a81949"
76
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
87
GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"

0 commit comments

Comments
 (0)