Skip to content

Commit 4e5cc20

Browse files
authored
Add missing compat entries (#35)
1 parent 69a8322 commit 4e5cc20

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TensorAlgebra"
22
uuid = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a"
33
authors = ["ITensor developers <[email protected]> and contributors"]
4-
version = "0.2.0"
4+
version = "0.2.1"
55

66
[deps]
77
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"

docs/Project.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
44
TensorAlgebra = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a"
5+
6+
[compat]
7+
Documenter = "1.8.1"
8+
Literate = "2.20.1"
9+
TensorAlgebra = "0.2.0"

examples/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[deps]
22
TensorAlgebra = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a"
3+
4+
[compat]
5+
TensorAlgebra = "0.2.0"

test/Project.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,19 @@ TestExtras = "5ed8adda-3752-4e41-b88a-e8b09835ee3a"
1919

2020
[compat]
2121
Aqua = "0.8.9"
22+
BlockArrays = "1.4.0"
23+
EllipsisNotation = "1.8.0"
24+
GradedUnitRanges = "0.1.7"
25+
JLArrays = "0.2.0"
26+
LabelledNumbers = "0.1.1"
27+
LinearAlgebra = "<0.0.1, 1"
28+
Pkg = "<0.0.1, 1"
2229
Random = "1.10"
2330
SafeTestsets = "0.1"
31+
StableRNGs = "1.0.2"
2432
Suppressor = "0.2"
2533
SymmetrySectors = "0.1"
34+
TensorAlgebra = "0.2.0"
2635
TensorOperations = "5.1.3"
2736
Test = "1.10"
37+
TestExtras = "0.3.1"

0 commit comments

Comments
 (0)