From e8f3fab4dc222b401bada93670445f2c10bed2be Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 12 Jul 2026 02:47:19 +0000 Subject: [PATCH] CompatHelper: bump compat for VectorInterface in [weakdeps] to 0.6, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 04ce612..a9aee95 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "TensorAlgebra" uuid = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a" -version = "0.17.3" +version = "0.17.4" authors = ["ITensor developers and contributors"] [workspace] @@ -37,5 +37,5 @@ StridedViews = "0.5" TensorKit = "0.17" TensorOperations = "5" TupleTools = "1.6" -VectorInterface = "0.4.8, 0.5" +VectorInterface = "0.4.8, 0.5, 0.6" julia = "1.10"