Skip to content

Commit e8c9e27

Browse files
author
CompatHelper Julia
committed
CompatHelper: bump compat for NamedDimsArrays in [weakdeps] to 0.8, (keep existing compat)
1 parent 6b12845 commit e8c9e27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "QuantumOperatorDefinitions"
22
uuid = "826dd319-6fd5-459a-a990-3a4f214664bf"
33
authors = ["ITensor developers <[email protected]> and contributors"]
4-
version = "0.2.7"
4+
version = "0.2.8"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -14,14 +14,14 @@ ITensorBase = "4795dd04-0d67-49bb-8f44-b89c448a1dc7"
1414
NamedDimsArrays = "60cbd0c0-df58-4cb7-918c-6f5607b73fde"
1515

1616
[extensions]
17-
QuantumOperatorDefinitionsITensorBaseExt = ["ITensorBase", "GradedArrays", "NamedDimsArrays"]
1817
QuantumOperatorDefinitionsGradedArraysExt = ["BlockArrays", "GradedArrays"]
18+
QuantumOperatorDefinitionsITensorBaseExt = ["ITensorBase", "GradedArrays", "NamedDimsArrays"]
1919

2020
[compat]
2121
BlockArrays = "1.3.0"
2222
GradedArrays = "0.4"
2323
ITensorBase = "0.2"
2424
LinearAlgebra = "1.10"
25-
NamedDimsArrays = "0.7"
25+
NamedDimsArrays = "0.7, 0.8"
2626
Random = "1.10"
2727
julia = "1.10"

0 commit comments

Comments
 (0)