@@ -3,8 +3,12 @@ uuid = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec"
33version = " 0.17.0"
44authors = [" Jutho Haegeman, Lukas Devos" ]
55
6+ [workspace ]
7+ projects = [" test" , " docs" ]
8+
69[deps ]
710Dictionaries = " 85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
11+ EnzymeTestUtils = " 12d8515a-0907-448a-8884-5fe00fdf1c5a"
812LRUCache = " 8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"
913LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1014MatrixAlgebraKit = " 6c742aac-3347-4629-af66-fc926824e5e4"
@@ -19,37 +23,37 @@ TupleTools = "9d95972d-f1c8-5527-a6e0-b4b365fa01f6"
1923VectorInterface = " 409d34a3-91d5-4945-b6ec-7529ddf182d8"
2024
2125[weakdeps ]
22- Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
2326AMDGPU = " 21141c5a-9bdb-4563-92ae-f87d6854732e"
27+ Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
2428CUDA = " 052768ef-5323-5732-b1bb-66c8b64840ba"
2529ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
2630Enzyme = " 7da242da-08ed-463a-9acd-ee780be4f1d9"
27- EnzymeTestUtils = " 12d8515a-0907-448a-8884-5fe00fdf1c5a"
2831FiniteDifferences = " 26cc04aa-876d-5657-8c51-4c34ba976000"
2932Mooncake = " da2b9cff-9c12-43a0-ae48-6db2b0edb7d6"
3033cuTENSOR = " 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"
3440TensorKitAMDGPUExt = " AMDGPU"
41+ TensorKitAdaptExt = " Adapt"
3542TensorKitCUDAExt = [" CUDA" , " cuTENSOR" ]
3643TensorKitChainRulesCoreExt = " ChainRulesCore"
3744TensorKitEnzymeExt = " Enzyme"
3845TensorKitEnzymeTestUtilsExt = " EnzymeTestUtils"
3946TensorKitFiniteDifferencesExt = " FiniteDifferences"
4047TensorKitMooncakeExt = " Mooncake"
4148
42- [workspace ]
43- projects = [" test" , " docs" ]
44-
4549[compat ]
46- Adapt = " 4"
4750AMDGPU = " 2"
51+ Adapt = " 4"
4852CUDA = " 6"
4953ChainRulesCore = " 1"
5054Dictionaries = " 0.4"
5155Enzyme = " 0.13.146"
52- EnzymeTestUtils = " 0.2.5 "
56+ EnzymeTestUtils = " 0.2.6 "
5357FiniteDifferences = " 0.12"
5458LRUCache = " 1.0.2"
5559LinearAlgebra = " 1"
@@ -66,6 +70,3 @@ TupleTools = "1.5"
6670VectorInterface = " 0.4.8, 0.5"
6771cuTENSOR = " 6"
6872julia = " 1.10"
69-
70- [sources ]
71- VectorInterface = {url = " https://github.com/QuantumKitHub/VectorInterface.jl" , rev = " main" }
0 commit comments