Skip to content

Commit 28ab401

Browse files
committed
Try using ETU fix
1 parent 9f36e21 commit 28ab401

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

Project.toml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ uuid = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec"
33
version = "0.17.0"
44
authors = ["Jutho Haegeman, Lukas Devos"]
55

6+
[workspace]
7+
projects = ["test", "docs"]
8+
69
[deps]
710
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
11+
EnzymeTestUtils = "12d8515a-0907-448a-8884-5fe00fdf1c5a"
812
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"
913
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1014
MatrixAlgebraKit = "6c742aac-3347-4629-af66-fc926824e5e4"
@@ -19,37 +23,37 @@ TupleTools = "9d95972d-f1c8-5527-a6e0-b4b365fa01f6"
1923
VectorInterface = "409d34a3-91d5-4945-b6ec-7529ddf182d8"
2024

2125
[weakdeps]
22-
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
2326
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
27+
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
2428
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
2529
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
2630
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
27-
EnzymeTestUtils = "12d8515a-0907-448a-8884-5fe00fdf1c5a"
2831
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
2932
Mooncake = "da2b9cff-9c12-43a0-ae48-6db2b0edb7d6"
3033
cuTENSOR = "011b41b2-24ef-40a8-b3eb-fa098493e9e1"
3134

35+
[sources]
36+
VectorInterface = {rev = "main", url = "https://github.com/QuantumKitHub/VectorInterface.jl"}
37+
EnzymeTestUtils = {rev = "ksh/empty_ydots", url = "https://github.com/EnzymeAD/Enzyme.jl"}
38+
3239
[extensions]
33-
TensorKitAdaptExt = "Adapt"
3440
TensorKitAMDGPUExt = "AMDGPU"
41+
TensorKitAdaptExt = "Adapt"
3542
TensorKitCUDAExt = ["CUDA", "cuTENSOR"]
3643
TensorKitChainRulesCoreExt = "ChainRulesCore"
3744
TensorKitEnzymeExt = "Enzyme"
3845
TensorKitEnzymeTestUtilsExt = "EnzymeTestUtils"
3946
TensorKitFiniteDifferencesExt = "FiniteDifferences"
4047
TensorKitMooncakeExt = "Mooncake"
4148

42-
[workspace]
43-
projects = ["test", "docs"]
44-
4549
[compat]
46-
Adapt = "4"
4750
AMDGPU = "2"
51+
Adapt = "4"
4852
CUDA = "6"
4953
ChainRulesCore = "1"
5054
Dictionaries = "0.4"
5155
Enzyme = "0.13.146"
52-
EnzymeTestUtils = "0.2.5"
56+
EnzymeTestUtils = "0.2.6"
5357
FiniteDifferences = "0.12"
5458
LRUCache = "1.0.2"
5559
LinearAlgebra = "1"
@@ -66,6 +70,3 @@ TupleTools = "1.5"
6670
VectorInterface = "0.4.8, 0.5"
6771
cuTENSOR = "6"
6872
julia = "1.10"
69-
70-
[sources]
71-
VectorInterface = {url = "https://github.com/QuantumKitHub/VectorInterface.jl", rev = "main"}

0 commit comments

Comments
 (0)