Skip to content

Commit 59101cf

Browse files
github-actions[bot]CompatHelper Juliamtfishman
authored
CompatHelper: bump compat for NamedDimsArrays in [weakdeps] to 0.8, (keep existing compat) (#60)
Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Matt Fishman <[email protected]>
1 parent 6b12845 commit 59101cf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Project.toml

Lines changed: 4 additions & 4 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"
23-
ITensorBase = "0.2"
23+
ITensorBase = "0.2, 0.3"
2424
LinearAlgebra = "1.10"
25-
NamedDimsArrays = "0.7"
25+
NamedDimsArrays = "0.7, 0.8"
2626
Random = "1.10"
2727
julia = "1.10"

test/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Aqua = "0.8.9"
1717
BlockArrays = "1"
1818
BlockSparseArrays = "0.8, 0.9, 0.10"
1919
GradedArrays = "0.4"
20-
ITensorBase = "0.2"
21-
NamedDimsArrays = "0.7"
20+
ITensorBase = "0.2, 0.3"
21+
NamedDimsArrays = "0.7, 0.8"
2222
QuantumOperatorDefinitions = "0.2"
2323
SafeTestsets = "0.1"
2424
Suppressor = "0.2"

0 commit comments

Comments
 (0)