Skip to content

Commit 1364bb8

Browse files
committed
Change over from Derive.jl to DerivableInterfaces.jl
1 parent 2518876 commit 1364bb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

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

66
[deps]
77
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
8-
Derive = "a07dfc7f-7d04-4eb5-84cc-a97f051f655a"
8+
DerivableInterfaces = "6c5e35bf-e59e-4898-b73c-732dcc4ba65f"
99
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
1010
MapBroadcast = "ebd9b9da-f48d-417c-9660-449667d60261"
1111
NamedDimsArrays = "60cbd0c0-df58-4cb7-918c-6f5607b73fde"
@@ -14,7 +14,7 @@ UnspecifiedTypes = "42b3faec-625b-4613-8ddc-352bf9672b8d"
1414

1515
[compat]
1616
Accessors = "0.1.39"
17-
Derive = "0.3.6"
17+
DerivableInterfaces = "0.3.7"
1818
FillArrays = "1.13.0"
1919
MapBroadcast = "0.1.5"
2020
NamedDimsArrays = "0.3.0"

src/ITensorBase.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function allocate!(a::AbstractITensor)
9696
return a
9797
end
9898

99-
using Derive: @derive, @interface, AbstractArrayInterface
99+
using DerivableInterfaces: @derive, @interface, AbstractArrayInterface
100100

101101
abstract type AbstractAllocatableArrayInterface <: AbstractArrayInterface end
102102
struct AllocatableArrayInterface <: AbstractAllocatableArrayInterface end

0 commit comments

Comments
 (0)