diff --git a/Project.toml b/Project.toml index b6771c1..2caaf86 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorNetworksNext" uuid = "302f2e75-49f0-4526-aef7-d8ba550cb06c" -version = "0.7.4" +version = "0.7.5" authors = ["ITensor developers and contributors"] [workspace] @@ -38,5 +38,5 @@ NamedGraphs = "0.11" Random = "1.10" SimpleTraits = "0.9.5" SplitApplyCombine = "1.2.3" -TensorAlgebra = "0.11" +TensorAlgebra = "0.11, 0.12, 0.13" julia = "1.10" diff --git a/test/Project.toml b/test/Project.toml index 3900ce4..9bde6fa 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -28,7 +28,7 @@ AlgorithmsInterface = "0.1" Aqua = "0.8.14" DataGraphs = "0.4" Dictionaries = "0.4.5" -GradedArrays = "0.10, 0.11" +GradedArrays = "0.10, 0.11, 0.12, 0.13" Graphs = "1.13.1" ITensorBase = "0.8" ITensorNetworksNext = "0.7" @@ -40,6 +40,6 @@ Random = "1.10" SafeTestsets = "0.1" StableRNGs = "1" Suppressor = "0.2.8" -TensorAlgebra = "0.11" +TensorAlgebra = "0.11, 0.12, 0.13" TensorOperations = "5.3.1" Test = "1.10"