Skip to content

Commit caa4ab3

Browse files
committed
Add package extension
1 parent 981f5c0 commit caa4ab3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Project.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ EllipsisNotation = "1.8.0"
2020
LinearAlgebra = "1.10"
2121
MatrixAlgebraKit = "0.2"
2222
TensorProducts = "0.1.5"
23+
TensorOperations = "5"
2324
TupleTools = "1.6.0"
2425
TypeParameterAccessors = "0.2.1, 0.3, 0.4"
2526
julia = "1.10"
27+
28+
[weakdeps]
29+
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
30+
31+
[extensions]
32+
TensorAlgebraTensorOperationsExt = "TensorOperations"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module TensorAlgebraTensorOperationsExt
2+
3+
end

0 commit comments

Comments
 (0)