diff --git a/Project.toml b/Project.toml index d21f742..f4a681d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorNetworksNext" uuid = "302f2e75-49f0-4526-aef7-d8ba550cb06c" -version = "0.9.4" +version = "0.9.5" authors = ["ITensor developers and contributors"] [workspace] @@ -45,5 +45,5 @@ OMEinsumContractionOrders = "1" Random = "1.10" SimpleTraits = "0.9.5" SplitApplyCombine = "1.2.3" -TensorAlgebra = "0.16" +TensorAlgebra = "0.16, 0.17" julia = "1.10" diff --git a/test/Project.toml b/test/Project.toml index 796d3d1..b04536b 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -44,6 +44,6 @@ SafeTestsets = "0.1" SparseArraysBase = "0.10.4" StableRNGs = "1" Suppressor = "0.2.8" -TensorAlgebra = "0.16" +TensorAlgebra = "0.16, 0.17" TensorOperations = "5.3.1" Test = "1.10"