Skip to content

Commit d97fc72

Browse files
committed
lost of git struggles
1 parent 2db608a commit d97fc72

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

Project.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,15 @@ TensorKitManifolds = "11fa318c-39cb-4a83-b1ed-cdc7ba1e3684"
2323
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
2424
VectorInterface = "409d34a3-91d5-4945-b6ec-7529ddf182d8"
2525

26+
[weakdeps]
27+
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
28+
29+
[extensions]
30+
MPSKitAdaptExt = "Adapt"
31+
2632
[compat]
2733
Accessors = "0.1"
34+
Adapt = "4"
2835
Aqua = "0.8.9"
2936
BlockTensorKit = "0.3.8"
3037
Combinatorics = "1"
@@ -53,6 +60,7 @@ VectorInterface = "0.2, 0.3, 0.4, 0.5"
5360
julia = "1.10"
5461

5562
[extras]
63+
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
5664
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
5765
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
5866
ParallelTestRunner = "d3525ed8-44d0-4b2c-a655-542cee43accc"
@@ -63,4 +71,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
6371
TestExtras = "5ed8adda-3752-4e41-b88a-e8b09835ee3a"
6472

6573
[targets]
66-
test = ["Aqua", "Pkg", "Test", "TestExtras", "Plots", "Combinatorics", "ParallelTestRunner", "TensorKitTensors"]
74+
test = ["Aqua", "Adapt", "Pkg", "Test", "TestExtras", "Plots", "Combinatorics", "ParallelTestRunner", "TensorKitTensors"]

0 commit comments

Comments
 (0)