diff --git a/Project.toml b/Project.toml index 9cf9546..b6699b5 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "QuantumOperatorDefinitions" uuid = "826dd319-6fd5-459a-a990-3a4f214664bf" authors = ["ITensor developers and contributors"] -version = "0.1.10" +version = "0.1.11" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" @@ -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" diff --git a/test/Project.toml b/test/Project.toml index c6b198a..1925eb4 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -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"