Skip to content

Commit 081b14e

Browse files
fix around dependency structure
1 parent 0228208 commit 081b14e

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

lib/ArrayInterfaceCUDA/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ version = "0.1.0"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
8-
ArrayInterfaceCore = "30b0a656-2188-435a-8636-2ec0e6a096e2"
8+
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
99
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
1010

1111
[compat]
1212
Adapt = "3"
13-
ArrayInterfaceCore = "0.1"
13+
ArrayInterface = "5"
1414
CUDA = "3.9"
1515
julia = "1.6"
1616

lib/ArrayInterfaceCUDA/src/ArrayInterfaceCUDA.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module ArrayInterfaceCUDA
22

33
using Adapt
4-
using ArrayInterfaceCore
4+
using ArrayInterface
55
using CUDA
66

77
const CanonicalInt = Union{Int,StaticInt}

lib/ArrayInterfaceOffsetArrays/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ uuid = "015c0d05-e682-4f19-8f0a-679ce4c54826"
33
version = "0.1.0"
44

55
[deps]
6-
ArrayInterfaceCore = "30b0a656-2188-435a-8636-2ec0e6a096e2"
6+
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
77
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
88
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
99

1010
[compat]
11-
ArrayInterfaceCore = "0.1"
11+
ArrayInterface = "5"
1212
OffsetArrays = "1.11"
1313
Static = "0.6"
1414
julia = "1.6"

lib/ArrayInterfaceOffsetArrays/src/ArrayInterfaceOffsetArrays.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module ArrayInterfaceOffsetArrays
22

3-
using ArrayInterfaceCore
3+
using ArrayInterface
44
using OffsetArrays
55
using Static
66

lib/ArrayInterfaceStaticArrays/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ version = "0.1.0"
44

55
[deps]
66
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
7-
ArrayInterfaceCore = "30b0a656-2188-435a-8636-2ec0e6a096e2"
7+
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
88
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
99
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1010
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1111

1212
[compat]
1313
Adapt = "3"
14-
ArrayInterfaceCore = "0.1"
14+
ArrayInterface = "5"
1515
Static = "0.6"
1616
StaticArrays = "1.2.5, 1.3, 1.4"
1717
julia = "1.6"

lib/ArrayInterfaceStaticArrays/src/ArrayInterfaceStaticArrays.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module ArrayInterfaceStaticArrays
22

33
using Adapt
4-
using ArrayInterfaceCore
4+
using ArrayInterface
55
using LinearAlgebra
66
using StaticArrays
77
using Static

0 commit comments

Comments
 (0)