Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "QuantumOperatorDefinitions"
uuid = "826dd319-6fd5-459a-a990-3a4f214664bf"
authors = ["ITensor developers <[email protected]> and contributors"]
version = "0.1.9"
version = "0.1.10"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -21,7 +21,7 @@ QuantumOperatorDefinitionsSymmetrySectorsExt = ["BlockArrays", "GradedUnitRanges

[compat]
BlockArrays = "1.3.0"
GradedUnitRanges = "0.1.2"
GradedUnitRanges = "0.2"
ITensorBase = "0.1.10"
LabelledNumbers = "0.1.0"
LinearAlgebra = "1.10"
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Aqua = "0.8.9"
BlockArrays = "1"
BlockSparseArrays = "0.2, 0.3"
GradedUnitRanges = "0.1"
GradedUnitRanges = "0.2"
ITensorBase = "0.1"
NamedDimsArrays = "0.5"
QuantumOperatorDefinitions = "0.1"
Expand Down
Loading