Skip to content

Commit b56b752

Browse files
committed
Weak Dependencies
1 parent 5dcecfb commit b56b752

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Project.toml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ITensorNetworksNext"
22
uuid = "302f2e75-49f0-4526-aef7-d8ba550cb06c"
33
authors = ["ITensor developers <[email protected]> and contributors"]
4-
version = "0.1.3"
4+
version = "0.1.5"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -16,8 +16,13 @@ NamedDimsArrays = "60cbd0c0-df58-4cb7-918c-6f5607b73fde"
1616
NamedGraphs = "678767b0-92e7-4007-89e4-4527a8725b19"
1717
SimpleTraits = "699a6c99-e7fa-54fc-8d76-47d257e15c1d"
1818
SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66"
19+
20+
[weakdeps]
1921
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
2022

23+
[extensions]
24+
ITensorNetworksNextTensorOperationsExt = "TensorOperations"
25+
2126
[compat]
2227
Adapt = "4.3.0"
2328
BackendSelection = "0.1.6"
@@ -33,3 +38,10 @@ SimpleTraits = "0.9.5"
3338
SplitApplyCombine = "1.2.3"
3439
TensorOperations = "5.3.1"
3540
julia = "1.10"
41+
42+
[extras]
43+
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
44+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
45+
46+
[targets]
47+
test = ["Test"]

0 commit comments

Comments
 (0)