diff --git a/Project.toml b/Project.toml index f6cad7e..34ecd60 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorNetworksNext" uuid = "302f2e75-49f0-4526-aef7-d8ba550cb06c" -version = "0.9.2" +version = "0.9.3" authors = ["ITensor developers and contributors"] [workspace] @@ -38,5 +38,5 @@ NamedGraphs = "0.11, 0.12" Random = "1.10" SimpleTraits = "0.9.5" SplitApplyCombine = "1.2.3" -TensorAlgebra = "0.15" +TensorAlgebra = "0.16" julia = "1.10" diff --git a/test/Project.toml b/test/Project.toml index c382141..c45d412 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -42,6 +42,6 @@ SafeTestsets = "0.1" SparseArraysBase = "0.10.4" StableRNGs = "1" Suppressor = "0.2.8" -TensorAlgebra = "0.15" +TensorAlgebra = "0.16" TensorOperations = "5.3.1" Test = "1.10"